You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command in Test Step 8g needs to be updated according to the Verification Step document. Specifically, the attributeValue variable name has to be changed to valueUnsigned16 in attributeValueList struct.
Test case ID:
TC-S-2.2
Description:
The command in Test Step 8g needs to be updated according to the Verification Step document. Specifically, the
attributeValue
variable name has to be changed tovalueUnsigned16
inattributeValueList
struct.In Test step 8g command has to be updated from:
./chip-tool scenesmanagement add-scene 0x0001 0x01 1000 "scene name" '[{"clusterID": "0x006", "attributeValueList":[{"attributeID": "0x4001", "attributeValue": "0x01"}]}]' 1 1
to
./chip-tool scenesmanagement add-scene 0x0001 0x01 1000 "scene name" '[{"clusterID": "0x0300", "attributeValueList":[{"attributeID": "0x4011", "valueUnsigned16": "0x01"}]}]' 1 1
Steps to reproduce:
Test step 8g
Verification Step Document:
Yaml Script References:
The text was updated successfully, but these errors were encountered: