@@ -18,7 +18,7 @@ limitations under the License.
18
18
XML generated by Alchemy; DO NOT EDIT.
19
19
Source: src/app_clusters/PushAVStreamTransport.adoc
20
20
Parameters: in-progress
21
- Git: 1.4-534-g3214b3502
21
+ Git: 0.7-summer-2025-177-gd33ec772f
22
22
-->
23
23
<configurator xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../zcl.xsd" >
24
24
<domain name =" Cameras" />
@@ -145,7 +145,7 @@ Git: 1.4-534-g3214b3502
145
145
</struct >
146
146
147
147
<cluster >
148
- <domain name =" Cameras" / >
148
+ <domain name =" Cameras" >Cameras</ domain >
149
149
<name >Push AV Stream Transport</name >
150
150
<code >0x0555</code >
151
151
<define >PUSH_AV_STREAM_TRANSPORT_CLUSTER</define >
@@ -164,11 +164,13 @@ Git: 1.4-534-g3214b3502
164
164
<command code =" 0x00" source =" client" name =" AllocatePushTransport" optional =" false" response =" AllocatePushTransportResponse" >
165
165
<description >This command SHALL allocate a transport and return a PushTransportConnectionID.</description >
166
166
<access op =" invoke" privilege =" manage" />
167
+ <quality largeMessage =" true" />
167
168
<arg id =" 0" name =" TransportOptions" type =" TransportOptionsStruct" />
168
169
</command >
169
170
170
171
<command code =" 0x01" source =" server" name =" AllocatePushTransportResponse" optional =" false" disableDefaultResponse =" true" >
171
172
<description >This command SHALL be generated in response to an AllocatePushTransport command.</description >
173
+ <quality largeMessage =" true" />
172
174
<arg id =" 0" name =" ConnectionID" type =" int16u" />
173
175
<arg id =" 1" name =" TransportOptions" type =" TransportOptionsStruct" />
174
176
<arg id =" 2" name =" TransportStatus" type =" TransportStatusEnum" min =" 0x00" max =" 0x01" />
@@ -203,11 +205,13 @@ Git: 1.4-534-g3214b3502
203
205
204
206
<command code =" 0x06" source =" client" name =" FindTransport" optional =" false" response =" FindTransportResponse" >
205
207
<description >This command SHALL return the Stream Options Configuration for the specified push transport.</description >
208
+ <quality largeMessage =" true" />
206
209
<arg id =" 0" name =" ConnectionID" type =" int16u" optional =" true" isNullable =" true" />
207
210
</command >
208
211
209
212
<command code =" 0x07" source =" server" name =" FindTransportResponse" optional =" false" disableDefaultResponse =" true" >
210
213
<description >This command SHALL be generated in response to a FindTransport command.</description >
214
+ <quality largeMessage =" true" />
211
215
<arg id =" 0" name =" StreamConfigurations" array =" true" type =" TransportConfigurationStruct" />
212
216
</command >
213
217
0 commit comments