diff --git a/examples/chef/devices/rootnode_dishwasher_cc105034fe.matter b/examples/chef/devices/rootnode_dishwasher_cc105034fe.matter index ae5c731a475abc..f98d6437080264 100644 --- a/examples/chef/devices/rootnode_dishwasher_cc105034fe.matter +++ b/examples/chef/devices/rootnode_dishwasher_cc105034fe.matter @@ -1881,8 +1881,8 @@ endpoint 1 { server cluster TemperatureControl { ram attribute temperatureSetpoint default = 0; - ram attribute minTemperature default = 0; - ram attribute maxTemperature default = 0; + ram attribute minTemperature default = 4900; + ram attribute maxTemperature default = 8200; ram attribute step default = 0; callback attribute generatedCommandList; callback attribute acceptedCommandList; diff --git a/examples/chef/devices/rootnode_dishwasher_cc105034fe.zap b/examples/chef/devices/rootnode_dishwasher_cc105034fe.zap index db9648ba10cd21..7fa297566a0d54 100644 --- a/examples/chef/devices/rootnode_dishwasher_cc105034fe.zap +++ b/examples/chef/devices/rootnode_dishwasher_cc105034fe.zap @@ -3286,7 +3286,7 @@ "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": "0", + "defaultValue": "4900", "reportable": 1, "minInterval": 1, "maxInterval": 65534, @@ -3302,7 +3302,7 @@ "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": "0", + "defaultValue": "8200", "reportable": 1, "minInterval": 1, "maxInterval": 65534,