Skip to content

Commit

Permalink
Merge branch 'release_2.5-1.4' into bugfix/refrigerator-identify-cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
shgutte authored Dec 2, 2024
2 parents 1d30603 + df35b82 commit 7d618d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@ endpoint 1 {
server cluster RefrigeratorAlarm {
ram attribute mask default = 1;
ram attribute state default = 0;
ram attribute supported default = 0;
ram attribute supported default = 1;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute eventList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3427,7 +3427,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
"defaultValue": "1",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ endpoint 1 {
server cluster RefrigeratorAlarm {
ram attribute mask default = 1;
ram attribute state default = 0;
ram attribute supported default = 0;
ram attribute supported default = 1;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute eventList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3316,7 +3316,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
"defaultValue": "1",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down

0 comments on commit 7d618d1

Please sign in to comment.