Skip to content

Commit

Permalink
Not changing the default value of the CoupleColorTempToLevelMinMireds
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 committed Sep 9, 2024
1 parent 1fb6b67 commit f11b563
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2337,7 +2337,7 @@ endpoint 1 {
ram attribute colorCapabilities default = 0x0010;
ram attribute colorTempPhysicalMinMireds default = 0x0001;
ram attribute colorTempPhysicalMaxMireds default = 0xFEFF;
ram attribute coupleColorTempToLevelMinMireds default = 0x0001;
ram attribute coupleColorTempToLevelMinMireds;
persist attribute startUpColorTemperatureMireds default = 0xFEFF;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3469,7 +3469,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x0001",
"defaultValue": "",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -3594,4 +3594,4 @@
"parentEndpointIdentifier": null
}
]
}
}

0 comments on commit f11b563

Please sign in to comment.