Skip to content

Commit

Permalink
[LevelControl] Implemented the Q quality logic for the CurrentLevel a… (
Browse files Browse the repository at this point in the history
#34488)

* Implemented the Quiete reporting quality logic for the CurrentLevel and RemainingTime attributes

* Restyled by clang-format

* use c++ struct rather than c struct format

* add cluster-building-blocks to the data model public dep

---------

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Aug 21, 2024
1 parent 26955c4 commit 3013adc
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 69 deletions.
1 change: 1 addition & 0 deletions src/app/chip_data_model.gni
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ template("chip_data_model") {
":${_data_model_name}_zapgen",
"${chip_root}/src/access",
"${chip_root}/src/app",
"${chip_root}/src/app/cluster-building-blocks",
"${chip_root}/src/app/common:attribute-type",
"${chip_root}/src/app/common:cluster-objects",
"${chip_root}/src/app/common:enums",
Expand Down
Loading

0 comments on commit 3013adc

Please sign in to comment.