mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 04:57:15 +00:00
adds LinkSystemMonitorToAppServer method...
...to IMobileControl
This commit is contained in:
parent
47d1eb9105
commit
23b3ed2416
1 changed files with 2 additions and 0 deletions
|
|
@ -6,5 +6,7 @@ namespace PepperDash_Essentials_Core.DeviceTypeInterfaces
|
||||||
public interface IMobileControl:IKeyed
|
public interface IMobileControl:IKeyed
|
||||||
{
|
{
|
||||||
void CreateMobileControlRoomBridge(EssentialsRoomBase room);
|
void CreateMobileControlRoomBridge(EssentialsRoomBase room);
|
||||||
|
|
||||||
|
void LinkSystemMonitorToAppServer();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue