From 789113008ea553dab398a2e49b554c9db77e6c50 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Mon, 21 Jul 2025 13:29:11 -0500 Subject: [PATCH] docs: update comments Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/PepperDash.Essentials.Core/Devices/DestinationListItem.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PepperDash.Essentials.Core/Devices/DestinationListItem.cs b/src/PepperDash.Essentials.Core/Devices/DestinationListItem.cs index 41043b82..c0837401 100644 --- a/src/PepperDash.Essentials.Core/Devices/DestinationListItem.cs +++ b/src/PepperDash.Essentials.Core/Devices/DestinationListItem.cs @@ -108,7 +108,8 @@ namespace PepperDash.Essentials.Core /// /// Gets or sets a value indicating whether this destination supports USB connections. - /// This is used to determine if the destination can handle USB. + /// Indicates if the destination can handle USB functionality, such as USB signal routing or device connections. + /// This property is used to determine compatibility with USB-based devices or systems. /// [JsonProperty("supportsUsb")] public bool SupportsUsb { get; set; }