Skip to content

Commit

Permalink
[CSA-CP] Adds fix for support default value in refrigerator alarm clu…
Browse files Browse the repository at this point in the history
…ster Refrigerator application (#36651) (#135)
  • Loading branch information
shgutte authored Dec 2, 2024
1 parent aecfee2 commit df35b82
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 @@ -1919,7 +1919,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 @@ -3435,7 +3435,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 @@ -1826,7 +1826,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 @@ -3324,7 +3324,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
"defaultValue": "1",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down

0 comments on commit df35b82

Please sign in to comment.