Skip to content

Commit b2fc6e2

Browse files
Updated value for CoupleColorTempToLevelMinMireds to non zero value with range in lower limit with ColorTempPhysicalMinMireds at endpoint 1
1 parent 3d04c2f commit b2fc6e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/lighting-app-data-mode-no-unique-id/lighting-common/lighting-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -3061,7 +3061,7 @@ endpoint 1 {
30613061
ram attribute colorCapabilities default = 0x1F;
30623062
ram attribute colorTempPhysicalMinMireds default = 0x009A;
30633063
ram attribute colorTempPhysicalMaxMireds default = 0x01C6;
3064-
ram attribute coupleColorTempToLevelMinMireds;
3064+
ram attribute coupleColorTempToLevelMinMireds default = 0x009A;
30653065
persist attribute startUpColorTemperatureMireds default = 0x00FA;
30663066
ram attribute featureMap default = 0x1F;
30673067
ram attribute clusterRevision default = 7;

examples/lighting-app-data-mode-no-unique-id/lighting-common/lighting-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -5571,7 +5571,7 @@
55715571
"storageOption": "RAM",
55725572
"singleton": 0,
55735573
"bounded": 0,
5574-
"defaultValue": "",
5574+
"defaultValue": "0x009A",
55755575
"reportable": 1,
55765576
"minInterval": 0,
55775577
"maxInterval": 65344,

0 commit comments

Comments
 (0)