File tree 5 files changed +21
-4
lines changed
examples/all-clusters-app/all-clusters-common
tests/suites/certification
zap-templates/zcl/data-model/chip
5 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -8645,6 +8645,7 @@ endpoint 1 {
8645
8645
ram attribute absMaxHeatSetpointLimit default = 0x0BB8;
8646
8646
ram attribute absMinCoolSetpointLimit default = 0x0640;
8647
8647
ram attribute absMaxCoolSetpointLimit default = 0x0C80;
8648
+ ram attribute localTemperatureCalibration default = 0x00;
8648
8649
ram attribute occupiedCoolingSetpoint default = 0x0A28;
8649
8650
ram attribute occupiedHeatingSetpoint default = 0x07D0;
8650
8651
ram attribute minHeatSetpointLimit default = 0x02BC;
Original file line number Diff line number Diff line change 16255
16255
"maxInterval": 65344,
16256
16256
"reportableChange": 0
16257
16257
},
16258
+ {
16259
+ "name": "LocalTemperatureCalibration",
16260
+ "code": 16,
16261
+ "mfgCode": null,
16262
+ "side": "server",
16263
+ "type": "int8s",
16264
+ "included": 1,
16265
+ "storageOption": "RAM",
16266
+ "singleton": 0,
16267
+ "bounded": 0,
16268
+ "defaultValue": "0x00",
16269
+ "reportable": 1,
16270
+ "minInterval": 1,
16271
+ "maxInterval": 65534,
16272
+ "reportableChange": 0
16273
+ },
16258
16274
{
16259
16275
"name": "OccupiedCoolingSetpoint",
16260
16276
"code": 17,
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
Original file line number Diff line number Diff line change @@ -1926,7 +1926,7 @@ TSTAT.S.A0006=1
1926
1926
TSTAT.S.A0007=0
1927
1927
TSTAT.S.A0008=0
1928
1928
TSTAT.S.A0009=0
1929
- TSTAT.S.A0010=0
1929
+ TSTAT.S.A0010=1
1930
1930
TSTAT.S.A0011=1
1931
1931
TSTAT.S.A0012=1
1932
1932
TSTAT.S.A0013=0
Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ limitations under the License.
337
337
<access op =" read" privilege =" view" />
338
338
<access op =" write" privilege =" manage" />
339
339
</attribute >
340
- <attribute side =" server" code =" 0x0010" define =" LOCAL_TEMPERATURE_CALIBRATION" type =" int8s" min =" 0xE7 " max =" 0x19 " writable =" true" default =" 0x00" optional =" true" >
340
+ <attribute side =" server" code =" 0x0010" define =" LOCAL_TEMPERATURE_CALIBRATION" type =" int8s" min =" -127 " max =" 127 " writable =" true" default =" 0x00" optional =" true" >
341
341
<description >LocalTemperatureCalibration</description >
342
342
<access op =" write" privilege =" manage" />
343
343
</attribute >
You can’t perform that action at this time.
0 commit comments