From 23b3ed241608465e0c6748ff625124c244af3018 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Wed, 8 Apr 2020 11:29:42 -0600 Subject: [PATCH] adds LinkSystemMonitorToAppServer method... ...to IMobileControl --- .../DeviceTypeInterfaces/IMobileControl.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/DeviceTypeInterfaces/IMobileControl.cs b/essentials-framework/Essentials Core/PepperDashEssentialsBase/DeviceTypeInterfaces/IMobileControl.cs index 4e1a34c5..6bfaaced 100644 --- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/DeviceTypeInterfaces/IMobileControl.cs +++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/DeviceTypeInterfaces/IMobileControl.cs @@ -6,5 +6,7 @@ namespace PepperDash_Essentials_Core.DeviceTypeInterfaces public interface IMobileControl:IKeyed { void CreateMobileControlRoomBridge(EssentialsRoomBase room); + + void LinkSystemMonitorToAppServer(); } } \ No newline at end of file