Skip to content

Commit

Permalink
Updated ShutDown and Leave Events of the Basic Information Cluster as…
Browse files Browse the repository at this point in the history
… Optional to Match the Spec (#24890)
  • Loading branch information
emargolis authored and pull[bot] committed Feb 6, 2024
1 parent d0d2e90 commit 2341109
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ limitations under the License.
<description>The StartUp event SHALL be emitted by a Node as soon as reasonable after completing a boot or reboot process.</description>
<field id="0" name="SoftwareVersion" type="INT32U"/>
</event>
<event side="server" code="0x01" name="ShutDown" priority="critical" optional="false">
<event side="server" code="0x01" name="ShutDown" priority="critical" optional="true">
<description>The ShutDown event SHOULD be emitted by a Node prior to any orderly shutdown sequence on a best-effort basis.</description>
</event>
<event side="server" code="0x02" name="Leave" priority="info" optional="false">
<event side="server" code="0x02" name="Leave" priority="info" optional="true">
<description>The Leave event SHOULD be emitted by a Node prior to permanently leaving the Fabric.</description>
<field id="0" name="FabricIndex" type="fabric_idx"/>
</event>
Expand Down

0 comments on commit 2341109

Please sign in to comment.