From 0069233e134f7e67d93eb210ec9b9cf472ea021b Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Thu, 24 Jul 2025 16:16:05 -0600 Subject: [PATCH] Update src/PepperDash.Essentials.Devices.Common/Cameras/CameraControl.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../Cameras/CameraControl.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }