Skip to content

Commit 7c84f6d

Browse files
committed
Update Humidity Value
1 parent 58e0a7c commit 7c84f6d

2 files changed

+4
-4
lines changed

examples/chef/devices/rootnode_airpurifier_airqualitysensor_temperaturesensor_humiditysensor_thermostat_56de3d5f45.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -2799,9 +2799,9 @@ endpoint 4 {
27992799
}
28002800

28012801
server cluster RelativeHumidityMeasurement {
2802-
ram attribute measuredValue default = 46;
2802+
ram attribute measuredValue default = 4600;
28032803
ram attribute minMeasuredValue default = 0;
2804-
ram attribute maxMeasuredValue default = 100;
2804+
ram attribute maxMeasuredValue default = 10000;
28052805
ram attribute tolerance default = 1;
28062806
callback attribute generatedCommandList;
28072807
callback attribute acceptedCommandList;

examples/chef/devices/rootnode_airpurifier_airqualitysensor_temperaturesensor_humiditysensor_thermostat_56de3d5f45.zap

+2-2
Original file line numberDiff line numberDiff line change
@@ -7397,7 +7397,7 @@
73977397
"storageOption": "RAM",
73987398
"singleton": 0,
73997399
"bounded": 0,
7400-
"defaultValue": "46",
7400+
"defaultValue": "4600",
74017401
"reportable": 1,
74027402
"minInterval": 1,
74037403
"maxInterval": 65534,
@@ -7429,7 +7429,7 @@
74297429
"storageOption": "RAM",
74307430
"singleton": 0,
74317431
"bounded": 0,
7432-
"defaultValue": "100",
7432+
"defaultValue": "10000",
74337433
"reportable": 1,
74347434
"minInterval": 1,
74357435
"maxInterval": 65534,

0 commit comments

Comments
 (0)