Skip to content

Commit 41b6830

Browse files
Fix missed discrepancy in TC_S_2_2 (project-chip#36235)
1 parent 019dcc7 commit 41b6830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/tests/suites/certification/Test_TC_S_2_2.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ tests:
874874
to 60 000 000 (60 000s) and a set of extension fields appropriate to
875875
AC1."
876876
verification: |
877-
./chip-tool scenesmanagement add-scene 0x0001 0x01 60000000 "scene name" '[{"clusterID": "0x0300", "attributeValueList":[{"attributeID": "0x4001", "ValueUnsigned8": "0x01"}]}]' 1 1
877+
./chip-tool scenesmanagement add-scene 0x0001 0x01 60000000 "scene name" '[{"clusterID": "0x0300", "attributeValueList":[{"attributeID": "0x4000", "valueUnsigned16": "0x01"}]}]' 1 1
878878
879879
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:
880880

0 commit comments

Comments
 (0)