mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 04:34:56 +00:00
docs: update comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user