Skip to content

Commit 4423b3a

Browse files
[LevelControl] Implemented the Q quality logic for the CurrentLevel a… (project-chip#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 <commits@restyled.io>
1 parent 571fcd1 commit 4423b3a

File tree

2 files changed

+130
-69
lines changed

2 files changed

+130
-69
lines changed

src/app/chip_data_model.gni

+1
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ template("chip_data_model") {
414414
":${_data_model_name}_zapgen",
415415
"${chip_root}/src/access",
416416
"${chip_root}/src/app",
417+
"${chip_root}/src/app/cluster-building-blocks",
417418
"${chip_root}/src/app/common:attribute-type",
418419
"${chip_root}/src/app/common:cluster-objects",
419420
"${chip_root}/src/app/common:enums",

0 commit comments

Comments
 (0)