Skip to content

Commit 64ae4d8

Browse files
authored
Align XML definition for Push AV Stream Transport Cluster with spec (#37756)
1 parent ff7398a commit 64ae4d8

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

src/app/zap-templates/zcl/data-model/chip/push-av-stream-transport-cluster.xml

+6-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
XML generated by Alchemy; DO NOT EDIT.
1919
Source: src/app_clusters/PushAVStreamTransport.adoc
2020
Parameters: in-progress
21-
Git: 1.4-534-g3214b3502
21+
Git: 0.7-summer-2025-177-gd33ec772f
2222
-->
2323
<configurator xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../zcl.xsd">
2424
<domain name="Cameras"/>
@@ -145,7 +145,7 @@ Git: 1.4-534-g3214b3502
145145
</struct>
146146

147147
<cluster>
148-
<domain name="Cameras"/>
148+
<domain name="Cameras">Cameras</domain>
149149
<name>Push AV Stream Transport</name>
150150
<code>0x0555</code>
151151
<define>PUSH_AV_STREAM_TRANSPORT_CLUSTER</define>
@@ -164,11 +164,13 @@ Git: 1.4-534-g3214b3502
164164
<command code="0x00" source="client" name="AllocatePushTransport" optional="false" response="AllocatePushTransportResponse">
165165
<description>This command SHALL allocate a transport and return a PushTransportConnectionID.</description>
166166
<access op="invoke" privilege="manage"/>
167+
<quality largeMessage="true"/>
167168
<arg id="0" name="TransportOptions" type="TransportOptionsStruct"/>
168169
</command>
169170

170171
<command code="0x01" source="server" name="AllocatePushTransportResponse" optional="false" disableDefaultResponse="true">
171172
<description>This command SHALL be generated in response to an AllocatePushTransport command.</description>
173+
<quality largeMessage="true"/>
172174
<arg id="0" name="ConnectionID" type="int16u"/>
173175
<arg id="1" name="TransportOptions" type="TransportOptionsStruct"/>
174176
<arg id="2" name="TransportStatus" type="TransportStatusEnum" min="0x00" max="0x01"/>
@@ -203,11 +205,13 @@ Git: 1.4-534-g3214b3502
203205

204206
<command code="0x06" source="client" name="FindTransport" optional="false" response="FindTransportResponse">
205207
<description>This command SHALL return the Stream Options Configuration for the specified push transport.</description>
208+
<quality largeMessage="true"/>
206209
<arg id="0" name="ConnectionID" type="int16u" optional="true" isNullable="true"/>
207210
</command>
208211

209212
<command code="0x07" source="server" name="FindTransportResponse" optional="false" disableDefaultResponse="true">
210213
<description>This command SHALL be generated in response to a FindTransport command.</description>
214+
<quality largeMessage="true"/>
211215
<arg id="0" name="StreamConfigurations" array="true" type="TransportConfigurationStruct"/>
212216
</command>
213217

zzz_generated/app-common/app-common/zap-generated/cluster-objects.cpp

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)