Skip to content

Commit d4e663d

Browse files
committedOct 2, 2024
Camera AV Stream Management xml updates from Spec changes.
1 parent 0540b8e commit d4e663d

File tree

1 file changed

+27
-21
lines changed

1 file changed

+27
-21
lines changed
 

‎src/app/zap-templates/zcl/data-model/chip/camera-av-stream-management-cluster.xml

+27-21
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<configurator>
17+
<!--
18+
XML generated by Alchemy; DO NOT EDIT.
19+
Source: src/app_clusters/CameraAVStreamManagement.adoc
20+
Parameters: in-progress
21+
Git: 0.9-fall2024-226-g7c97a5e42
22+
-->
23+
<configurator xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../zcl.xsd">
1824
<domain name="General"/>
1925
<enum name="AudioCodecEnum" type="enum8">
2026
<cluster code="0x0551"/>
@@ -42,7 +48,7 @@ limitations under the License.
4248
<item name="Auto" value="0x02"/>
4349
</enum>
4450

45-
<enum name="TwowayTalkSupportTypeEnum" type="enum8">
51+
<enum name="TwoWayTalkSupportTypeEnum" type="enum8">
4652
<cluster code="0x0551"/>
4753
<item name="NotSupported" value="0x00"/>
4854
<item name="HalfDuplex" value="0x01"/>
@@ -81,7 +87,7 @@ limitations under the License.
8187
<cluster code="0x0551"/>
8288
<cluster code="0x0552"/>
8389
<item fieldId="0" name="StreamID" type="int16u"/>
84-
<item fieldId="1" name="OnOff" type="boolean"/>
90+
<item fieldId="1" name="Enabled" type="boolean"/>
8591
</struct>
8692

8793
<struct name="RateDistortionTradeOffPointsStruct" apiMaturity="provisional">
@@ -151,7 +157,7 @@ limitations under the License.
151157
</struct>
152158

153159
<cluster>
154-
<domain>General</domain>
160+
<domain name="General"/>
155161
<name>Camera AV Stream Management</name>
156162
<code>0x0551</code>
157163
<define>CAMERA_AV_STREAM_MANAGEMENT_CLUSTER</define>
@@ -222,7 +228,7 @@ limitations under the License.
222228
<description>SpeakerCapabilities</description>
223229
<access op="read" privilege="administer"/>
224230
</attribute>
225-
<attribute code="0x000A" side="server" define="TWO_WAY_TALK_SUPPORT" type="TwowayTalkSupportTypeEnum" reportable="true" min="0x00" max="0x02" optional="true">
231+
<attribute code="0x000A" side="server" define="TWO_WAY_TALK_SUPPORT" type="TwoWayTalkSupportTypeEnum" reportable="true" min="0x00" max="0x02" optional="true">
226232
<description>TwoWayTalkSupport</description>
227233
<access op="read" privilege="administer"/>
228234
</attribute>
@@ -319,33 +325,33 @@ limitations under the License.
319325
<description>Viewport</description>
320326
<access op="read" privilege="administer"/>
321327
</attribute>
322-
<attribute code="0x0020" side="server" define="SPKR_ON_OFF" type="boolean" writable="true" optional="true">
323-
<description>SpkrOnOff</description>
328+
<attribute code="0x0020" side="server" define="SPEAKER_ENABLED" type="boolean" writable="true" optional="true">
329+
<description>SpeakerEnabled</description>
324330
<access op="read" privilege="administer"/>
325331
<access op="write" privilege="administer"/>
326332
</attribute>
327-
<attribute code="0x0021" side="server" define="SPKR_VOLUME_LEVEL" type="int8u" max="254" writable="true" optional="true">
328-
<description>SpkrVolumeLevel</description>
333+
<attribute code="0x0021" side="server" define="SPEAKER_VOLUME_LEVEL" type="int8u" max="254" writable="true" optional="true">
334+
<description>SpeakerVolumeLevel</description>
329335
<access op="read" privilege="administer"/>
330336
<access op="write" privilege="administer"/>
331337
</attribute>
332-
<attribute code="0x0022" side="server" define="SPKR_MAX_LEVEL" type="int8u" max="254" writable="true" optional="true">
333-
<description>SpkrMaxLevel</description>
338+
<attribute code="0x0022" side="server" define="SPEAKER_MAX_LEVEL" type="int8u" max="254" writable="true" optional="true">
339+
<description>SpeakerMaxLevel</description>
334340
<access op="read" privilege="administer"/>
335341
<access op="write" privilege="administer"/>
336342
</attribute>
337-
<attribute code="0x0023" side="server" define="SPKR_MIN_LEVEL" type="int8u" max="254" writable="true" optional="true">
338-
<description>SpkrMinLevel</description>
343+
<attribute code="0x0023" side="server" define="SPEAKER_MIN_LEVEL" type="int8u" max="254" writable="true" optional="true">
344+
<description>SpeakerMinLevel</description>
339345
<access op="read" privilege="administer"/>
340346
<access op="write" privilege="administer"/>
341347
</attribute>
342-
<attribute code="0x0024" side="server" define="MIC_ON_OFF" type="boolean" writable="true" optional="true">
343-
<description>MicOnOff</description>
348+
<attribute code="0x0024" side="server" define="MIC_STATUS" type="boolean" writable="true" optional="true">
349+
<description>MicStatus</description>
344350
<access op="read" privilege="administer"/>
345351
<access op="write" privilege="administer"/>
346352
</attribute>
347-
<attribute code="0x0025" side="server" define="MIC_CURRENT_LEVEL" type="int8u" max="254" writable="true" optional="true">
348-
<description>MicCurrentLevel</description>
353+
<attribute code="0x0025" side="server" define="MIC_VOLUME_LEVEL" type="int8u" max="254" writable="true" optional="true">
354+
<description>MicVolumeLevel</description>
349355
<access op="read" privilege="administer"/>
350356
<access op="write" privilege="administer"/>
351357
</attribute>
@@ -359,8 +365,8 @@ limitations under the License.
359365
<access op="read" privilege="administer"/>
360366
<access op="write" privilege="administer"/>
361367
</attribute>
362-
<attribute code="0x0028" side="server" define="MIC_AGC" type="boolean" writable="true" optional="true">
363-
<description>MicAGC</description>
368+
<attribute code="0x0028" side="server" define="MIC_AGCENABLED" type="boolean" writable="true" optional="true">
369+
<description>MicAGCEnabled</description>
364370
<access op="read" privilege="administer"/>
365371
<access op="write" privilege="administer"/>
366372
</attribute>
@@ -517,12 +523,12 @@ limitations under the License.
517523

518524
<command code="0x0F" source="client" name="SetImageFlipHorizontal" optional="true">
519525
<description>The data fields for this command SHALL be as follows: </description>
520-
<arg id="0" name="OnOff" type="boolean"/>
526+
<arg id="0" name="Enabled" type="boolean"/>
521527
</command>
522528

523529
<command code="0x10" source="client" name="SetImageFlipVertical" optional="true">
524530
<description>The data fields for this command SHALL be as follows: </description>
525-
<arg id="0" name="OnOff" type="boolean"/>
531+
<arg id="0" name="Enabled" type="boolean"/>
526532
</command>
527533

528534
<command code="0x11" source="client" name="SetWatermark" optional="true">

0 commit comments

Comments
 (0)