Skip to content

Commit

Permalink
Update XML
Browse files Browse the repository at this point in the history
  • Loading branch information
tennessee-google committed Jan 23, 2024
1 parent 287bdec commit f592592
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/zap-templates/zcl/data-model/chip/test-cluster.xml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ limitations under the License.
<command source="client" code="0xFFF200AA" name="TestDifferentVendorMeiRequest"
optional="true" response="TestDifferentVendorMeiResponse">
<description>
Command having a different MEI vendor ID than the cluster.
Command having a different MEI vendor ID than the cluster. Also emits TestDifferentVendorMeiEvent.
</description>
<arg name="arg1" type="int8u"/>
</command>
Expand Down Expand Up @@ -610,6 +610,7 @@ limitations under the License.
Response to TestDifferentVendorMeiRequest, which is a command having a different MEI vendor ID than the cluster.
</description>
<arg name="arg1" type="int8u"/>
<arg name="eventNumber" type="int64u"/>>
</command>

<event code="0x0001" name="TestEvent" priority="info" side="server">
Expand Down

0 comments on commit f592592

Please sign in to comment.