From d2ebc340bd6246aec50d56e1e0df670da4058452 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Mon, 1 Mar 2021 15:15:50 -0700 Subject: [PATCH] add Sink Type property --- .../PepperDashEssentialsBase/Devices/DestinationListItem.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Devices/DestinationListItem.cs b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Devices/DestinationListItem.cs index 369e2a95..1c7ad835 100644 --- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Devices/DestinationListItem.cs +++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Devices/DestinationListItem.cs @@ -46,5 +46,8 @@ namespace PepperDash.Essentials.Core [JsonProperty("horizontalLocation")] public int HorizontalLocation { get; set; } + + [JsonProperty("sinkType")] + public eRoutingSignalType SinkType { get; set; } } } \ No newline at end of file