Skip to content

Commit

Permalink
Update Humidity Value
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 committed Jun 28, 2024
1 parent 58e0a7c commit 7c84f6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2799,9 +2799,9 @@ endpoint 4 {
}

server cluster RelativeHumidityMeasurement {
ram attribute measuredValue default = 46;
ram attribute measuredValue default = 4600;
ram attribute minMeasuredValue default = 0;
ram attribute maxMeasuredValue default = 100;
ram attribute maxMeasuredValue default = 10000;
ram attribute tolerance default = 1;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7397,7 +7397,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "46",
"defaultValue": "4600",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -7429,7 +7429,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "100",
"defaultValue": "10000",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down

0 comments on commit 7c84f6d

Please sign in to comment.