Skip to content

Commit

Permalink
CC: turn on drift compensation
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Sep 22, 2023
1 parent d64fd13 commit afa8ef1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions examples/lighting-app/lighting-common/lighting-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1908,6 +1908,7 @@ server cluster ColorControl = 768 {
readonly attribute int16u remainingTime = 2;
readonly attribute int16u currentX = 3;
readonly attribute int16u currentY = 4;
readonly attribute enum8 driftCompensation = 5;
readonly attribute int16u colorTemperatureMireds = 7;
readonly attribute enum8 colorMode = 8;
attribute bitmap8 options = 15;
Expand Down Expand Up @@ -2494,6 +2495,7 @@ endpoint 1 {
ram attribute remainingTime default = 0x0000;
persist attribute currentX default = 0x616B;
persist attribute currentY default = 0x607D;
ram attribute driftCompensation default = 2;
persist attribute colorTemperatureMireds default = 0x00FA;
persist attribute colorMode default = 0x01;
ram attribute options default = 0x00;
Expand Down
7 changes: 4 additions & 3 deletions examples/lighting-app/lighting-common/lighting-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -6834,11 +6834,11 @@
"mfgCode": null,
"side": "server",
"type": "enum8",
"included": 0,
"included": 1,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"defaultValue": "2",
"reportable": 1,
"minInterval": 0,
"maxInterval": 65344,
Expand Down Expand Up @@ -7796,5 +7796,6 @@
"endpointId": 1,
"networkId": 0
}
]
],
"log": []
}

0 comments on commit afa8ef1

Please sign in to comment.