Skip to content

Commit

Permalink
[Silabs] 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)

* Adds changes for supported value

* Adds changes for the supported value
  • Loading branch information
shgutte authored Nov 27, 2024
1 parent 1ad661e commit 29165e9
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 @@ -1929,7 +1929,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 attributeList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3453,7 +3453,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 @@ -1837,7 +1837,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 attributeList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3358,7 +3358,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
"defaultValue": "1",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down

0 comments on commit 29165e9

Please sign in to comment.