Skip to content

Commit

Permalink
XML: Add OccupancyChanged event
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmelveilleux committed Aug 27, 2024
1 parent 7ddba36 commit e6a50db
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ limitations under the License.
<cluster>
<name>Occupancy Sensing</name>
<domain>Measurement &amp; Sensing</domain>
<description>Attributes and commands for configuring occupancy sensing, and reporting occupancy status.</description>
<description>The server cluster provides an interface to occupancy sensing functionality based on one or more sensing modalities, including configuration and provision of notifications of occupancy status.</description>
<code>0x0406</code>
<define>OCCUPANCY_SENSING_CLUSTER</define>

Expand Down Expand Up @@ -147,5 +147,10 @@ limitations under the License.
<access op="read" role="view"/>
<access op="write" role="manage"/>
</attribute>

<event side="server" code="0x00" priority="info" name="OccupancyChanged" optional="true">
<description>If this event is supported, it SHALL be generated when the Occupancy attribute changes.</description>
<field id="0" name="Occupancy" type="OccupancyBitmap"/>
</event>
</cluster>
</configurator>

0 comments on commit e6a50db

Please sign in to comment.