From e1a4cfca4ee87fdc75e942cbb63a93d1d2816166 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Thu, 22 Oct 2020 11:23:32 -0600 Subject: [PATCH] Add lists for additional values --- .../DeviceTypeInterfaces/ILanguageDefinition.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/DeviceTypeInterfaces/ILanguageDefinition.cs b/essentials-framework/Essentials Core/PepperDashEssentialsBase/DeviceTypeInterfaces/ILanguageDefinition.cs index f6849791..f124240d 100644 --- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/DeviceTypeInterfaces/ILanguageDefinition.cs +++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/DeviceTypeInterfaces/ILanguageDefinition.cs @@ -11,5 +11,8 @@ namespace PepperDash_Essentials_Core.DeviceTypeInterfaces List UiLabels { get; set; } List Sources { get; set; } List Destinations { get; set; } + List SourceGroupNames { get; set; } + List DestinationGroupNames { get; set; } + List RoomNames { get; set; } } } \ No newline at end of file