refactor: remove method

Moving all messenger creation to MC EPI.
This commit is contained in:
Andrew Welker
2024-02-20 09:18:18 -06:00
parent 08a4099842
commit 812dd0e771

View File

@@ -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();
}