diff --git a/examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.matter b/examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.matter index 6b6d9e72f11f8d..bc2bfdc6176446 100644 --- a/examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.matter +++ b/examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.matter @@ -2382,9 +2382,9 @@ endpoint 1 { } server cluster TemperatureMeasurement { - persist attribute measuredValue default = 0x800; - persist attribute minMeasuredValue default = 0x800; - persist attribute maxMeasuredValue default = 0x800; + persist attribute measuredValue default = 0; + persist attribute minMeasuredValue default = -5000; + persist attribute maxMeasuredValue default = 7500; persist attribute tolerance default = 0; callback attribute generatedCommandList; callback attribute acceptedCommandList; diff --git a/examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.zap b/examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.zap index 535aa424e1d2a7..9b8a2f7e28a879 100644 --- a/examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.zap +++ b/examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.zap @@ -3257,7 +3257,7 @@ "storageOption": "NVM", "singleton": 0, "bounded": 0, - "defaultValue": "0x800", + "defaultValue": "0", "reportable": 1, "minInterval": 1, "maxInterval": 65534, @@ -3273,7 +3273,7 @@ "storageOption": "NVM", "singleton": 0, "bounded": 0, - "defaultValue": "0x800", + "defaultValue": "-5000", "reportable": 1, "minInterval": 1, "maxInterval": 65534, @@ -3289,7 +3289,7 @@ "storageOption": "NVM", "singleton": 0, "bounded": 0, - "defaultValue": "0x800", + "defaultValue": "7500", "reportable": 1, "minInterval": 1, "maxInterval": 65534,