Skip to content

Commit

Permalink
OnOff cluster featuremap (#15618)
Browse files Browse the repository at this point in the history
* Gate OnOff optional commands and attributes logic by featuremap value. Fix Level Control onLevel attribute default value

* Update On Level to default 0xFF to represent null zap issue #354, update test TC_OO_1_1 featuremap value

* regen all
  • Loading branch information
jmartinez-silabs authored Mar 1, 2022
1 parent 32f41f1 commit 18ab5f4
Show file tree
Hide file tree
Showing 25 changed files with 342 additions and 153 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2261,6 +2261,10 @@ server cluster OnOff = 6 {
kAcceptOnlyWhenOn = 0x1;
}

bitmap OnOffFeature : BITMAP32 {
kLighting = 0x1;
}

readonly attribute boolean onOff = 0;
readonly attribute boolean globalSceneControl = 16384;
attribute int16u onTime = 16385;
Expand Down
Loading

0 comments on commit 18ab5f4

Please sign in to comment.