Skip to content

Commit

Permalink
re-run zap gen
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Aug 14, 2023
1 parent 39ec87c commit 8986f3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ server cluster OnOff = 6 {
kAcceptOnlyWhenOn = 0x1;
}

readonly nosubscribe attribute boolean onOff = 0;
readonly attribute boolean onOff = 0;
readonly attribute boolean globalSceneControl = 16384;
attribute int16u onTime = 16385;
attribute int16u offWaitTime = 16386;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ server cluster OnOff = 6 {
kAcceptOnlyWhenOn = 0x1;
}

readonly nosubscribe attribute boolean onOff = 0;
readonly attribute boolean onOff = 0;
readonly attribute boolean globalSceneControl = 16384;
attribute int16u onTime = 16385;
attribute int16u offWaitTime = 16386;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ server cluster OnOff = 6 {
kAcceptOnlyWhenOn = 0x1;
}

readonly nosubscribe attribute boolean onOff = 0;
readonly attribute boolean onOff = 0;
readonly attribute boolean globalSceneControl = 16384;
attribute int16u onTime = 16385;
attribute int16u offWaitTime = 16386;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ server cluster OnOff = 6 {
kAcceptOnlyWhenOn = 0x1;
}

readonly nosubscribe attribute boolean onOff = 0;
readonly attribute boolean onOff = 0;
readonly attribute boolean globalSceneControl = 16384;
attribute int16u onTime = 16385;
attribute int16u offWaitTime = 16386;
Expand Down

0 comments on commit 8986f3c

Please sign in to comment.