Skip to content

Commit 4412d0c

Browse files
authored
Update VideoStreamModify command in CameraAVStreamMgmt xml. (#37016)
Minor modification in the command description to account for the removal of an argument in the Spec.
1 parent 30508e4 commit 4412d0c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright (c) 2024 Project CHIP Authors
3+
Copyright (c) 2024-2025 Project CHIP Authors
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ limitations under the License.
1818
XML generated by Alchemy; DO NOT EDIT.
1919
Source: src/app_clusters/CameraAVStreamManagement.adoc
2020
Parameters: in-progress
21-
Git: 1.4-446-g4a179b5f4
21+
Git: 1.4-526-g306635762
2222
-->
2323
<configurator xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../zcl.xsd">
2424
<domain name="Cameras"/>
@@ -508,7 +508,7 @@ Git: 1.4-446-g4a179b5f4
508508
</command>
509509

510510
<command code="0x05" source="client" name="VideoStreamModify" optional="true">
511-
<description>This command SHALL be used to modify the resolution of a stream specified by the VideoStreamID.</description>
511+
<description>This command SHALL be used to modify a stream specified by the VideoStreamID.</description>
512512
<access op="invoke" privilege="manage"/>
513513
<arg id="0" name="VideoStreamID" type="int16u"/>
514514
<arg id="1" name="WatermarkEnabled" type="boolean" optional="true"/>

src/controller/data_model/controller-clusters.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -9823,7 +9823,7 @@ provisional cluster CameraAvStreamManagement = 1361 {
98239823
command access(invoke: manage) AudioStreamDeallocate(AudioStreamDeallocateRequest): DefaultSuccess = 2;
98249824
/** This command SHALL allocate a video stream on the camera and return an allocated video stream identifier. */
98259825
command access(invoke: manage) VideoStreamAllocate(VideoStreamAllocateRequest): VideoStreamAllocateResponse = 3;
9826-
/** This command SHALL be used to modify the resolution of a stream specified by the VideoStreamID. */
9826+
/** This command SHALL be used to modify a stream specified by the VideoStreamID. */
98279827
command access(invoke: manage) VideoStreamModify(VideoStreamModifyRequest): DefaultSuccess = 5;
98289828
/** This command SHALL deallocate a video stream on the camera, corresponding to the given video stream identifier. */
98299829
command access(invoke: manage) VideoStreamDeallocate(VideoStreamDeallocateRequest): DefaultSuccess = 6;

src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h

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

0 commit comments

Comments
 (0)