adds LinkSystemMonitorToAppServer method...

...to IMobileControl
This commit is contained in:
Andrew Welker
2020-04-08 11:29:42 -06:00
parent 47d1eb9105
commit 23b3ed2416

View File

@@ -6,5 +6,7 @@ namespace PepperDash_Essentials_Core.DeviceTypeInterfaces
public interface IMobileControl:IKeyed
{
void CreateMobileControlRoomBridge(EssentialsRoomBase room);
void LinkSystemMonitorToAppServer();
}
}