Skip to content

Commit 6cf10d7

Browse files
Set coupleColorTempToLevelMinMireds at the same value than ColorTempPhysicalMinMireds (project-chip#36372)
1 parent da2b767 commit 6cf10d7

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
@@ -2672,7 +2672,7 @@ endpoint 1 {
26722672
ram attribute colorCapabilities default = 0x1F;
26732673
ram attribute colorTempPhysicalMinMireds default = 0x009A;
26742674
ram attribute colorTempPhysicalMaxMireds default = 0x01C6;
2675-
ram attribute coupleColorTempToLevelMinMireds;
2675+
ram attribute coupleColorTempToLevelMinMireds default = 0x009A;
26762676
persist attribute startUpColorTemperatureMireds default = 0x00FA;
26772677
callback attribute generatedCommandList;
26782678
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
@@ -2964,7 +2964,7 @@ endpoint 1 {
29642964
ram attribute colorCapabilities default = 0x1F;
29652965
ram attribute colorTempPhysicalMinMireds default = 0x009A;
29662966
ram attribute colorTempPhysicalMaxMireds default = 0x01C6;
2967-
ram attribute coupleColorTempToLevelMinMireds;
2967+
ram attribute coupleColorTempToLevelMinMireds default = 0x009A;
29682968
persist attribute startUpColorTemperatureMireds default = 0x00FA;
29692969
ram attribute featureMap default = 0x1F;
29702970
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)