Skip to content

Commit

Permalink
virtual-device-app: Change OnOff revision to 5
Browse files Browse the repository at this point in the history
Signed-off-by: Jaehoon You <[email protected]>
Signed-off-by: Charles Kim <[email protected]>
  • Loading branch information
Jaehoon-You authored and chulspro committed Jul 20, 2023
1 parent 2c6e30c commit 5c33f71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ server cluster OnOff = 6 {

bitmap Feature : BITMAP32 {
kLighting = 0x1;
kDeadFront = 0x2;
}

bitmap OnOffControl : BITMAP8 {
Expand Down Expand Up @@ -1908,7 +1909,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 4;
ram attribute clusterRevision default = 5;
}

server cluster Descriptor {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "4",
"defaultValue": "5",
"reportable": 1,
"minInterval": 0,
"maxInterval": 65344,
Expand Down Expand Up @@ -594,7 +594,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "4",
"defaultValue": "5",
"reportable": 1,
"minInterval": 0,
"maxInterval": 65344,
Expand Down Expand Up @@ -7874,7 +7874,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "4",
"defaultValue": "5",
"reportable": 1,
"minInterval": 0,
"maxInterval": 65344,
Expand Down Expand Up @@ -8044,7 +8044,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "4",
"defaultValue": "5",
"reportable": 1,
"minInterval": 0,
"maxInterval": 65344,
Expand Down

0 comments on commit 5c33f71

Please sign in to comment.