From f11b5635f1bc65956f6f92b61531a15d94fdd09c Mon Sep 17 00:00:00 2001 From: erwinpan1 Date: Mon, 9 Sep 2024 14:42:10 +0800 Subject: [PATCH] Not changing the default value of the CoupleColorTempToLevelMinMireds --- .../devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter | 2 +- .../devices/rootnode_colortemperaturelight_hbUnzYVeyn.zap | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter b/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter index d4424376c2da3e..b5c16e87d1deae 100644 --- a/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter +++ b/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter @@ -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; diff --git a/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.zap b/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.zap index 21775df3b1c4dc..8813b927ce5a5b 100644 --- a/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.zap +++ b/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.zap @@ -3469,7 +3469,7 @@ "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": "0x0001", + "defaultValue": "", "reportable": 1, "minInterval": 1, "maxInterval": 65534, @@ -3594,4 +3594,4 @@ "parentEndpointIdentifier": null } ] -} \ No newline at end of file +}