Skip to content

Commit

Permalink
amend i-l
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanzhouyc committed Oct 16, 2024
1 parent 65297b8 commit 5b8bedb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ limitations under the License.
<client tick="false" init="false">true</client>
<server tick="false" init="false">true</server>
<globalAttribute side="either" code="0xFFFD" value="4"/>

<attribute side="server" code="0x0000" define="IDENTIFY_TIME" type="int16u" writable="true" default="0x0">
<description>IdentifyTime</description>
<mandatoryConform/>
Expand All @@ -59,6 +60,7 @@ limitations under the License.
<description>IdentifyType</description>
<mandatoryConform/>
</attribute>

<command source="client" code="0x00" name="Identify" optional="false">
<description>
Command description for Identify
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ limitations under the License.
<mandatoryConform/>
</command>

<command source="server" code="0x01" name="SendKeyResponse" optional="false" disableDefaultResponse="true">
<command source="server" code="0x01" name="SendKeyResponse" optional="false">
<description>This command SHALL be generated in response to a SendKey Request command.</description>
<arg name="Status" type="StatusEnum"/>
<mandatoryConform/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ limitations under the License.
<server init="false" tick="false">true</server>
<description>This cluster provides a way to access options associated with the operation of
a laundry dryer device type.</description>

<globalAttribute side="either" code="0xFFFD" value="1"/>

<attribute side="server" code="0x0000" define="SUPPORTED_DRYNESS_LEVELS" type="array" entryType="DrynessLevelEnum" min="0x01" max="0x04">
<description>SupportedDrynessLevels</description>
<mandatoryConform/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ limitations under the License.
</attribute>
<attribute side="server" code="0x0002" define="START_UP_MODE" type="int8u" writable="true" optional="true" isNullable="true">StartUpMode</attribute>
<attribute side="server" code="0x0003" define="ON_MODE" type="int8u" writable="true" optional="true" isNullable="true">OnMode</attribute>

<!-- Commands -->
<command source="client" code="0x00" name="ChangeToMode" response="ChangeToModeResponse" optional="false">
<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<define>LOW_POWER_CLUSTER</define>
<client init="false" tick="false">true</client>
<server init="false" tick="false">true</server>
<description>This command shall put the device into low power mode.</description>
<description>This cluster provides an interface for managing low power mode on a device.</description>
<command source="client" code="0x00" name="Sleep" optional="false">
<description>This command SHALL put the device into low power mode.</description>
<mandatoryConform/>
Expand Down

0 comments on commit 5b8bedb

Please sign in to comment.