File tree 1 file changed +6
-6
lines changed
src/app/tests/suites/certification
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -108,13 +108,13 @@ tests:
108
108
# 242...254...0...4
109
109
# Multiple range not supported in YAML: https://github.com/project-chip/connectedhomeip/issues/23197
110
110
- label : " Step 2d: TH reads CurrentHue attribute from DUT"
111
- PICS : CC.S.A0000 && CC.S.C01.Rsp
111
+ PICS : CC.S.A0000
112
112
command : " readAttribute"
113
113
attribute : " CurrentHue"
114
114
response :
115
115
constraints :
116
- minValue : 200
117
- maxValue : 250
116
+ minValue : 212
117
+ maxValue : 288
118
118
119
119
- label : " Wait 2s"
120
120
cluster : " DelayCommands"
@@ -126,13 +126,13 @@ tests:
126
126
127
127
# Multiple range not supported in YAML: https://github.com/project-chip/connectedhomeip/issues/23197
128
128
- label : " Step 2e: TH reads CurrentHue attribute from DUT"
129
- PICS : CC.S.A0000 && CC.S.C01.Rsp
129
+ PICS : CC.S.A0000
130
130
command : " readAttribute"
131
131
attribute : " CurrentHue"
132
132
response :
133
133
constraints :
134
- minValue : 200
135
- maxValue : 250
134
+ minValue : 212
135
+ maxValue : 288
136
136
137
137
- label :
138
138
" Step 3a: TH sends MoveToSaturation command to DUT with Saturation=150
You can’t perform that action at this time.
0 commit comments