Skip to content

Commit

Permalink
Fix Chef AirQualitySensor Conformance Test error (#30415)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 authored and pull[bot] committed Jan 10, 2024
1 parent 3108ede commit 2393848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "6",
"defaultValue": "0",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down

0 comments on commit 2393848

Please sign in to comment.