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
TestStep(2, "Set up a subscription to all attributes on the DUT"),
58
58
TestStep(3, "Send a close command to the DUT and wait until the CurrentState is closed", "DUT returns SUCCESS"),
59
-
60
59
TestStep(4, "TH sends command Open command with TargetLevel field set to 100 and the remaining fields not populated.",
61
60
"Verify DUT responds w/ status SUCCESS(0x00)."),
62
61
TestStep(5, "Wait until TH receives data reports for TargetState set to NULL, TargetLevel set to NULL, CurrentState set to Open and CurrentLevel set to 100 (ordering does not matter)",
63
62
"Expected attribute reports are received"),
64
-
65
63
TestStep(6, "Read CurrentState, CurrentLevel, TargetState and TargetLevel attributes",
66
-
"CurrentState is Open, CurrentLevel is 100, TargetState is NULL and TagetLevel is NULL"),
64
+
"CurrentState is Open, CurrentLevel is 100, TargetState is NULL and TargetLevel is NULL"),
67
65
TestStep(7, "Send Close command", "DUT returns SUCCESS"),
68
66
TestStep(8, "Wait until TH receives and data report for TargetState set to NULL and an attribute report for CurrentState set to Closed (ordering does not matter)",
0 commit comments