File tree 2 files changed +5
-5
lines changed
src/app/tests/suites/certification
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 39
39
command : " readAttribute"
40
40
attribute : " ClusterRevision"
41
41
response :
42
- value : 2
42
+ value : 3
43
43
constraints :
44
44
type : int16u
45
45
Original file line number Diff line number Diff line change @@ -85,17 +85,17 @@ tests:
85
85
constraints :
86
86
type : list
87
87
88
- - label : " Step 6: TH reads from the DUT the AcceptedCommandList attribute."
88
+ - label : " Step 6: TH reads from the DUT the GeneratedCommandList attribute."
89
89
command : " readAttribute"
90
- attribute : " AcceptedCommandList "
90
+ attribute : " GeneratedCommandList "
91
91
response :
92
92
value : []
93
93
constraints :
94
94
type : list
95
95
96
- - label : " Step 7: TH reads from the DUT the GeneratedCommandList attribute."
96
+ - label : " Step 7: TH reads from the DUT the AcceptedCommandList attribute."
97
97
command : " readAttribute"
98
- attribute : " GeneratedCommandList "
98
+ attribute : " AcceptedCommandList "
99
99
response :
100
100
value : []
101
101
constraints :
You can’t perform that action at this time.
0 commit comments