Skip to content

Commit

Permalink
Update basic information cluster to align with spec (#12695)
Browse files Browse the repository at this point in the history
* Update basic information cluster to align with spec

* Run codegen
  • Loading branch information
yufengwangca authored and pull[bot] committed Feb 1, 2022
1 parent 459ddc5 commit 2732866
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 265 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@ limitations under the License.
<attribute side="server" code="17" define="REACHABLE" type="boolean" default="1" optional="true">Reachable</attribute>
<attribute side="server" code="18" define="UNIQUE_ID" type="char_string" length="32" optional="true">UniqueID</attribute>

<command source="server" code="0x00" name="StartUp">
<description>The StartUp event SHALL be emitted by a Node as soon as reasonable after completing a boot or reboot process.</description>
</command>
<command source="server" code="0x01" name="ShutDown">
<description>The ShutDown event SHOULD be emitted by a Node prior to any orderly shutdown sequence on a best-effort basis.</description>
</command>
<command source="server" code="0x02" name="Leave">
<description>The Leave event SHOULD be emitted by a Node prior to permanently leaving the Fabric.</description>
</command>

<event side="server" code="0x00" name="StartUp" priority="critical" optional="false">
<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"/>
Expand Down
39 changes: 0 additions & 39 deletions src/controller/python/chip/clusters/Objects.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions zzz_generated/app-common/app-common/zap-generated/callback.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions zzz_generated/app-common/app-common/zap-generated/ids/Commands.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2732866

Please sign in to comment.