mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
docs: update comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
660836bd5a
commit
789113008e
1 changed files with 2 additions and 1 deletions
|
|
@ -108,7 +108,8 @@ namespace PepperDash.Essentials.Core
|
|||
|
||||
/// <summary>
|
||||
/// 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>
|
||||
[JsonProperty("supportsUsb")]
|
||||
public bool SupportsUsb { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue