Skip to content

Commit

Permalink
Set coupleColorTempToLevelMinMireds at the same value than ColorTempP…
Browse files Browse the repository at this point in the history
…hysicalMinMireds
  • Loading branch information
jmartinez-silabs committed Oct 30, 2024
1 parent 657da9e commit 7b4f2a2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2677,7 +2677,7 @@ endpoint 1 {
ram attribute colorCapabilities default = 0x1F;
ram attribute colorTempPhysicalMinMireds default = 0x009A;
ram attribute colorTempPhysicalMaxMireds default = 0x01C6;
ram attribute coupleColorTempToLevelMinMireds;
ram attribute coupleColorTempToLevelMinMireds default = 0x009A;
persist attribute startUpColorTemperatureMireds default = 0x00FA;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"fileFormat": 2,
"featureLevel": 103,
"featureLevel": 104,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -5022,7 +5022,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"defaultValue": "0x009A",
"reportable": 1,
"minInterval": 0,
"maxInterval": 65344,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2970,7 +2970,7 @@ endpoint 1 {
ram attribute colorCapabilities default = 0x1F;
ram attribute colorTempPhysicalMinMireds default = 0x009A;
ram attribute colorTempPhysicalMaxMireds default = 0x01C6;
ram attribute coupleColorTempToLevelMinMireds;
ram attribute coupleColorTempToLevelMinMireds default = 0x009A;
persist attribute startUpColorTemperatureMireds default = 0x00FA;
ram attribute featureMap default = 0x1F;
ram attribute clusterRevision default = 7;
Expand Down
4 changes: 2 additions & 2 deletions examples/lighting-app/silabs/data_model/lighting-wifi-app.zap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"fileFormat": 2,
"featureLevel": 103,
"featureLevel": 104,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -4797,7 +4797,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"defaultValue": "0x009A",
"reportable": 1,
"minInterval": 0,
"maxInterval": 65344,
Expand Down

0 comments on commit 7b4f2a2

Please sign in to comment.