Update src/PepperDash.Essentials.Devices.Common/Cameras/CameraControl.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Neil Dorin 2025-07-24 16:16:05 -06:00 committed by GitHub
parent 4048efb07e
commit 0069233e13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,9 +54,9 @@ namespace PepperDash.Essentials.Devices.Common.Cameras
StringFeedback SelectedCameraFeedback { get; }
/// <summary>
///
/// Selects a camera from the list of available cameras based on the provided key.
/// </summary>
/// <param name="key"></param>
/// <param name="key">The unique identifier or name of the camera to select.</param>
void SelectCamera(string key);
}