Update src/PepperDash.Essentials.Core/Devices/DestinationListItem.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Neil Dorin 2025-07-22 14:02:01 -06:00 committed by GitHub
parent a6cd9a0571
commit 799d4c127c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,7 +115,7 @@ namespace PepperDash.Essentials.Core
public bool SupportsUsb { get; set; }
/// <summary>
/// The key of the destination port associated with this source item
/// The key of the destination port associated with this destination item
/// This is used to identify the specific port on the destination device that this item refers to for advanced routing
/// </summary>
[JsonProperty("destinationPortKey")]