-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Part 2: feature/relative humidity measurement cluster (#7028)
* format endpointClusterWithInit for easier pull requests * add support for emberAfRelativeHumidityMeasurementClusterServerInitCallback * add server side relative humidity measurement cluster impl. * add relative humidity measurement cluster to controller-clusters.zap * Add new clusters to zap_cluster_list.py * Restyled by clang-format * apply fixes - replace emberAfReadAttribute with emberAfReadServerAttribute - replace emberAfWriteAttribute with emberAfWriteServerAttribute - add emberAfRelativeHumidityMeasurementClusterPrintln - let the caller do the logging * remove emberAfRelativeHumidityMeasurementClusterServerInitCallback impl. The default values are populated by the attribute storage. * fix year in copyright * remove unrelated clusters in zap_cluster_list.py * add relative humidity measurement to all-cluster-app.zap * fix relative humidity measurement includes * temptive fix for esp32/all-cluster-app * another try to fix all-cluster-app/esp32 * regen all * Remove unnecessary init callback from Relative Humidity Measurement cluster * Add Relative Humidity Measurement cluster on endpoint 1 also in all-clusters-app * Regenerate generated files Co-authored-by: Vivien Nicolas <[email protected]> Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
- Loading branch information
Showing
28 changed files
with
1,577 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.