Skip to content

Commit

Permalink
Added missing Descriptor cluster to air purifier chef device
Browse files Browse the repository at this point in the history
  • Loading branch information
mhazley committed Jul 31, 2023
1 parent d596fb2 commit 88fa67b
Show file tree
Hide file tree
Showing 2 changed files with 394 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 88fa67b

Please sign in to comment.