mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
refactor: remove method
Moving all messenger creation to MC EPI.
This commit is contained in:
parent
08a4099842
commit
812dd0e771
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
|||
/// </summary>
|
||||
public interface IMobileControl : IKeyed
|
||||
{
|
||||
void CreateMobileControlRoomBridge(IEssentialsRoom room, IMobileControl parent);
|
||||
/*void CreateMobileControlRoomBridge(IEssentialsRoom room, IMobileControl parent);*/
|
||||
|
||||
void LinkSystemMonitorToAppServer();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue