docs: update comments

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew Welker 2025-07-21 13:29:11 -05:00 committed by GitHub
parent 660836bd5a
commit 789113008e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,7 +108,8 @@ namespace PepperDash.Essentials.Core
/// <summary> /// <summary>
/// Gets or sets a value indicating whether this destination supports USB connections. /// 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.
/// </summary> /// </summary>
[JsonProperty("supportsUsb")] [JsonProperty("supportsUsb")]
public bool SupportsUsb { get; set; } public bool SupportsUsb { get; set; }