Skip to content

Commit eacda92

Browse files
Set coupleColorTempToLevelMinMireds at the same value than ColorTempPhysicalMinMireds
1 parent 657da9e commit eacda92

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/lighting-app/silabs/data_model/lighting-thread-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2677,7 +2677,7 @@ endpoint 1 {
26772677
ram attribute colorCapabilities default = 0x1F;
26782678
ram attribute colorTempPhysicalMinMireds default = 0x009A;
26792679
ram attribute colorTempPhysicalMaxMireds default = 0x01C6;
2680-
ram attribute coupleColorTempToLevelMinMireds;
2680+
ram attribute coupleColorTempToLevelMinMireds default = 0x009A;
26812681
persist attribute startUpColorTemperatureMireds default = 0x00FA;
26822682
callback attribute generatedCommandList;
26832683
callback attribute acceptedCommandList;

examples/lighting-app/silabs/data_model/lighting-thread-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -5022,7 +5022,7 @@
50225022
"storageOption": "RAM",
50235023
"singleton": 0,
50245024
"bounded": 0,
5025-
"defaultValue": "",
5025+
"defaultValue": "0x009A",
50265026
"reportable": 1,
50275027
"minInterval": 0,
50285028
"maxInterval": 65344,

examples/lighting-app/silabs/data_model/lighting-wifi-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2970,7 +2970,7 @@ endpoint 1 {
29702970
ram attribute colorCapabilities default = 0x1F;
29712971
ram attribute colorTempPhysicalMinMireds default = 0x009A;
29722972
ram attribute colorTempPhysicalMaxMireds default = 0x01C6;
2973-
ram attribute coupleColorTempToLevelMinMireds;
2973+
ram attribute coupleColorTempToLevelMinMireds default = 0x009A;
29742974
persist attribute startUpColorTemperatureMireds default = 0x00FA;
29752975
ram attribute featureMap default = 0x1F;
29762976
ram attribute clusterRevision default = 7;

examples/lighting-app/silabs/data_model/lighting-wifi-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -4797,7 +4797,7 @@
47974797
"storageOption": "RAM",
47984798
"singleton": 0,
47994799
"bounded": 0,
4800-
"defaultValue": "",
4800+
"defaultValue": "0x009A",
48014801
"reportable": 1,
48024802
"minInterval": 0,
48034803
"maxInterval": 65344,

0 commit comments

Comments
 (0)