diff --git a/src/PepperDash.Essentials.Devices.Common/Cameras/CameraControl.cs b/src/PepperDash.Essentials.Devices.Common/Cameras/CameraControl.cs index 3212c186..883d6ca4 100644 --- a/src/PepperDash.Essentials.Devices.Common/Cameras/CameraControl.cs +++ b/src/PepperDash.Essentials.Devices.Common/Cameras/CameraControl.cs @@ -54,9 +54,9 @@ namespace PepperDash.Essentials.Devices.Common.Cameras StringFeedback SelectedCameraFeedback { get; } /// - /// + /// Selects a camera from the list of available cameras based on the provided key. /// - /// + /// The unique identifier or name of the camera to select. void SelectCamera(string key); }