From 301cc32bc12bbc733d99b7490e466477e3873ac8 Mon Sep 17 00:00:00 2001 From: Erwin Pan Date: Mon, 13 Nov 2023 21:50:42 +0800 Subject: [PATCH] Fix Chef AirQualitySensor Conformance Test error (#30415) --- .../chef/devices/rootnode_airqualitysensor_e63187f6c9.matter | 2 +- examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.zap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.matter b/examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.matter index b890b8577c2718..45b825227c8c81 100644 --- a/examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.matter +++ b/examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.matter @@ -1785,7 +1785,7 @@ endpoint 0 { callback attribute regulatoryConfig default = 0; callback attribute locationCapability default = 0; callback attribute supportsConcurrentConnection default = 1; - ram attribute featureMap default = 6; + ram attribute featureMap default = 0; ram attribute clusterRevision default = 0x0001; handle command ArmFailSafe; diff --git a/examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.zap b/examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.zap index 2ce1874ba12775..de1ad6a7428692 100644 --- a/examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.zap +++ b/examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.zap @@ -1208,7 +1208,7 @@ "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": "6", + "defaultValue": "0", "reportable": 1, "minInterval": 1, "maxInterval": 65534,