From 99e7eaeb5437619cfb1a74ad008534b49a933f4b Mon Sep 17 00:00:00 2001 From: Pradip De Date: Thu, 9 Jan 2025 19:32:20 +0000 Subject: [PATCH] Update VideoStreamModify command in CameraAVStreamMgmt xml. Minor modification in the command description to account for the removal of an argument in the Spec. --- .../data-model/chip/camera-av-stream-management-cluster.xml | 6 +++--- src/controller/data_model/controller-clusters.matter | 2 +- src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/zap-templates/zcl/data-model/chip/camera-av-stream-management-cluster.xml b/src/app/zap-templates/zcl/data-model/chip/camera-av-stream-management-cluster.xml index 6182aba244808f..0a5110ec402bcc 100644 --- a/src/app/zap-templates/zcl/data-model/chip/camera-av-stream-management-cluster.xml +++ b/src/app/zap-templates/zcl/data-model/chip/camera-av-stream-management-cluster.xml @@ -1,6 +1,6 @@ @@ -508,7 +508,7 @@ Git: 1.4-446-g4a179b5f4 - This command SHALL be used to modify the resolution of a stream specified by the VideoStreamID. + This command SHALL be used to modify a stream specified by the VideoStreamID. diff --git a/src/controller/data_model/controller-clusters.matter b/src/controller/data_model/controller-clusters.matter index c798e39e965450..5f1a60d5845715 100644 --- a/src/controller/data_model/controller-clusters.matter +++ b/src/controller/data_model/controller-clusters.matter @@ -9823,7 +9823,7 @@ provisional cluster CameraAvStreamManagement = 1361 { command access(invoke: manage) AudioStreamDeallocate(AudioStreamDeallocateRequest): DefaultSuccess = 2; /** This command SHALL allocate a video stream on the camera and return an allocated video stream identifier. */ command access(invoke: manage) VideoStreamAllocate(VideoStreamAllocateRequest): VideoStreamAllocateResponse = 3; - /** This command SHALL be used to modify the resolution of a stream specified by the VideoStreamID. */ + /** This command SHALL be used to modify a stream specified by the VideoStreamID. */ command access(invoke: manage) VideoStreamModify(VideoStreamModifyRequest): DefaultSuccess = 5; /** This command SHALL deallocate a video stream on the camera, corresponding to the given video stream identifier. */ command access(invoke: manage) VideoStreamDeallocate(VideoStreamDeallocateRequest): DefaultSuccess = 6; diff --git a/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h b/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h index 0b3222cb70dce9..522359d66c604b 100644 --- a/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h +++ b/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h @@ -14086,7 +14086,7 @@ MTR_PROVISIONALLY_AVAILABLE /** * Command VideoStreamModify * - * This command SHALL be used to modify the resolution of a stream specified by the VideoStreamID. + * This command SHALL be used to modify a stream specified by the VideoStreamID. */ - (void)videoStreamModifyWithParams:(MTRCameraAVStreamManagementClusterVideoStreamModifyParams *)params completion:(MTRStatusCompletion)completion MTR_PROVISIONALLY_AVAILABLE; /**