Skip to content

Commit

Permalink
Updated StateChange Events of the Boolean State Cluster as Optional t…
Browse files Browse the repository at this point in the history
…o Match the Spec
  • Loading branch information
emargolis committed Mar 13, 2024
1 parent 12d8487 commit 2279705
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ limitations under the License.
<globalAttribute side="either" code="0xFFFD" value="1"/>
<attribute side="server" code="0x0000" define="STATE_VALUE" type="boolean" writable="false" reportable="true" optional="false">StateValue</attribute>

<event code="0x0000" name="StateChange" priority="info" side="server">
<event code="0x0000" name="StateChange" priority="info" side="server" optional="true">
<description>This event SHALL be generated when the StateValue attribute changes.</description>
<field id="0" name="StateValue" type="boolean"/>
</event>
Expand Down

0 comments on commit 2279705

Please sign in to comment.