Skip to content

Commit

Permalink
Adding missing descriptor cluster in air quality devices (#28408)
Browse files Browse the repository at this point in the history
* Modified the devices XML to add descriptor cluster to Air Purifier and Air Quality Sensor

* Added missing Descriptor cluster to air purifier chef device
  • Loading branch information
mhazley authored and pull[bot] committed Nov 23, 2023
1 parent 494ed5e commit 1029218
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 153 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2034,6 +2034,19 @@ endpoint 2 {
ram attribute clusterRevision default = 4;
}

server cluster Descriptor {
callback attribute deviceTypeList;
callback attribute serverList;
callback attribute clientList;
callback attribute partsList;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute eventList;
callback attribute attributeList;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 1;
}

server cluster AirQuality {
ram attribute airQuality default = 0;
callback attribute generatedCommandList;
Expand Down
Loading

0 comments on commit 1029218

Please sign in to comment.