File tree 2 files changed +4
-4
lines changed
clusters/thermostat-server
tests/suites/certification
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ MatterThermostatClusterServerPreAttributeChangedCallback(const app::ConcreteAttr
409
409
requested = *value;
410
410
if (!AutoSupported)
411
411
return imcode::UnsupportedAttribute;
412
- if (requested < 0 || requested > 25 )
412
+ if (requested < 0 || requested > 127 )
413
413
return imcode::InvalidValue;
414
414
return imcode::Success;
415
415
}
Original file line number Diff line number Diff line change @@ -243,8 +243,8 @@ tests:
243
243
response :
244
244
constraints :
245
245
type : int8s
246
- minValue : -25
247
- maxValue : 25
246
+ minValue : -127
247
+ maxValue : 127
248
248
249
249
- label : " Step 13a: TH reads attribute OccupiedCoolingSetpoint from the DUT"
250
250
PICS : TSTAT.S.F01 && TSTAT.S.A0017 && TSTAT.S.A0018
@@ -426,7 +426,7 @@ tests:
426
426
constraints :
427
427
type : int8s
428
428
minValue : 0
429
- maxValue : 25
429
+ maxValue : 127
430
430
431
431
- label : " Step 22: TH reads the RemoteSensing attribute from the DUT"
432
432
PICS : TSTAT.S.A001a
You can’t perform that action at this time.
0 commit comments