Skip to content

Commit

Permalink
Remove old general commands in src/app/zap-templates/zcl/data-model/s…
Browse files Browse the repository at this point in the history
…ilabs/general.xml (#24672)
  • Loading branch information
vivien-apple authored Jan 27, 2023
1 parent 15a135f commit d4d976b
Showing 1 changed file with 0 additions and 63 deletions.
63 changes: 0 additions & 63 deletions src/app/zap-templates/zcl/data-model/silabs/general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,69 +26,6 @@ limitations under the License.
<older spec="ha-1.2-05-3520-29" dependsOn="zcl-1.0-07-5123-03" certifiable="true"/>
<older spec="ha-1.1-05-3520-27" dependsOn="zcl-1.0-07-5123-03" certifiable="true"/>
</domain>
<global>
<command code="0x00" name="ReadAttributes" source="either">
<description>
Command description for ReadAttributes
</description>
<arg name="attributeIds" type="ATTRIB_ID" array="true"/>
</command>
<command code="0x01" name="ReadAttributesResponse" source="either" disableDefaultResponse="true">
<description>
Command description for ReadAttributesResponse
</description>
<arg name="readAttributeStatusRecords" type="ReadAttributeStatusRecord" array="true"/>
</command>
<command code="0x02" name="WriteAttributes" source="either">
<description>
Command description for WriteAttributes
</description>
<arg name="writeAttributeRecords" type="WriteAttributeRecord" array="true"/>
</command>
<command code="0x03" name="WriteAttributesUndivided" source="either">
<description>
Command description for WriteAttributesUndivided
</description>
<arg name="writeAttributeRecords" type="WriteAttributeRecord" array="true"/>
</command>
<command code="0x04" name="WriteAttributesResponse" source="either" disableDefaultResponse="true">
<description>
Command description for WriteAttributesResponse
</description>
<arg name="writeAttributeStatusRecords" type="WriteAttributeStatusRecord" array="true"/>
</command>
<command code="0x05" name="WriteAttributesNoResponse" source="either" disableDefaultResponse="true">
<description>
Command description for WriteAttributesNoResponse
</description>
<arg name="writeAttributeRecords" type="WriteAttributeRecord" array="true"/>
</command>
<command code="0x0B" name="DefaultResponse" source="either" disableDefaultResponse="true">
<description>
Command description for DefaultResponse
</description>
<arg name="commandId" type="INT8U"/>
<arg name="status" type="Status"/>
</command>
<command code="0x0E" name="ReadAttributesStructured" source="either">
<description>
Command description for ReadAttributesStructured
</description>
<arg name="readStructuredAttributeRecords" type="ReadStructuredAttributeRecord" array="true"/>
</command>
<command code="0x0F" name="WriteAttributesStructured" source="either">
<description>
Command description for WriteAttributesStructured
</description>
<arg name="writeStructuredAttributeRecords" type="WriteStructuredAttributeRecord" array="true"/>
</command>
<command code="0x10" name="WriteAttributesStructuredResponse" source="either" disableDefaultResponse="true">
<description>
Command description for WriteAttributesStructuredResponse
</description>
<arg name="writeStructuredAttributeStatusRecords" type="WriteStructuredAttributeStatusRecord" array="true"/>
</command>
</global>
<cluster>
<name>Groups</name>
<domain>General</domain>
Expand Down

0 comments on commit d4d976b

Please sign in to comment.