File tree 2 files changed +8
-7
lines changed
src/app/tests/suites/certification
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ tests:
135
135
Operate device such that a temperature number cannot be accepted
136
136
cluster : " LogCommands"
137
137
command : " UserPrompt"
138
- PICS : PICS_USER_PROMPT && TCTL.S.M.SupportsInvalidInMode
138
+ PICS : PICS_USER_PROMPT && TCTL.S.M.SupportsInvalidInState
139
139
arguments :
140
140
values :
141
141
- name : " message"
@@ -147,7 +147,8 @@ tests:
147
147
" Step 10: TH sends command SetTemperatureCommand with a temperature
148
148
number between minTemp and maxTemp inclusive, saved as setTemp"
149
149
command : " SetTemperature"
150
- PICS : TCTL.S.C00.Rsp && PICS_USER_PROMPT && TCTL.S.M.SupportsInvalidInMode
150
+ PICS :
151
+ TCTL.S.C00.Rsp && PICS_USER_PROMPT && TCTL.S.M.SupportsInvalidInState
151
152
arguments :
152
153
values :
153
154
- name : " TargetTemperature"
@@ -164,7 +165,7 @@ tests:
164
165
value : 5000
165
166
166
167
- label : " Step 11: TH reads from the DUT the TemperatureSetpoint attribute"
167
- PICS : TCTL.S.A0000 && TCTL.S.M.SupportsInvalidInMode
168
+ PICS : TCTL.S.A0000 && TCTL.S.M.SupportsInvalidInState
168
169
command : " readAttribute"
169
170
attribute : " TemperatureSetpoint"
170
171
response :
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ tests:
101
101
Operate device such that a temperature level cannot be accepted
102
102
cluster : " LogCommands"
103
103
command : " UserPrompt"
104
- PICS : PICS_USER_PROMPT && TCTL.S.M.SupportsInvalidInMode
104
+ PICS : PICS_USER_PROMPT && TCTL.S.M.SupportsInvalidInState
105
105
arguments :
106
106
values :
107
107
- name : " message"
@@ -111,7 +111,7 @@ tests:
111
111
112
112
- label :
113
113
" Step 7: TH sends command SetTemperatureCommand with an invalid value"
114
- PICS : TCTL.S.C00.Rsp && TCTL.S.M.SupportsInvalidInMode
114
+ PICS : TCTL.S.C00.Rsp && TCTL.S.M.SupportsInvalidInState
115
115
command : " SetTemperature"
116
116
arguments :
117
117
values :
@@ -121,7 +121,7 @@ tests:
121
121
error : CONSTRAINT_ERROR
122
122
123
123
- label : " Wait for 5s"
124
- PICS : TCTL.S.C00.Rsp && TCTL.S.M.SupportsInvalidInMode
124
+ PICS : TCTL.S.C00.Rsp && TCTL.S.M.SupportsInvalidInState
125
125
cluster : " DelayCommands"
126
126
command : " WaitForMs"
127
127
arguments :
@@ -131,7 +131,7 @@ tests:
131
131
132
132
- label :
133
133
" Step 8: TH reads from the DUT the SelectedTemperatureLevel attribute"
134
- PICS : TCTL.S.A0004 && TCTL.S.M.SupportsInvalidInMode
134
+ PICS : TCTL.S.A0004 && TCTL.S.M.SupportsInvalidInState
135
135
command : " readAttribute"
136
136
attribute : " SelectedTemperatureLevel"
137
137
response :
You can’t perform that action at this time.
0 commit comments