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 +}