Skip to content

Commit

Permalink
Fix missed discrepancy in TC_S_2_2 (#36235)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs authored Oct 24, 2024
1 parent 019dcc7 commit 41b6830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_S_2_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ tests:
to 60 000 000 (60 000s) and a set of extension fields appropriate to
AC1."
verification: |
./chip-tool scenesmanagement add-scene 0x0001 0x01 60000000 "scene name" '[{"clusterID": "0x0300", "attributeValueList":[{"attributeID": "0x4001", "ValueUnsigned8": "0x01"}]}]' 1 1
./chip-tool scenesmanagement add-scene 0x0001 0x01 60000000 "scene name" '[{"clusterID": "0x0300", "attributeValueList":[{"attributeID": "0x4000", "valueUnsigned16": "0x01"}]}]' 1 1
Verify DUT sends a AddSceneResponse command to TH with the Status field set to 0x00 (SUCCESS), the GroupID field set to G1 and the SceneID field set to 0x01 on the TH(Chip-tool) Log and below is the sample log provided for the raspi platform:
Expand Down

0 comments on commit 41b6830

Please sign in to comment.