Updates IMobileControl to use IEssentialsRoom instead of EssentialsRoomBase again

This commit is contained in:
Neil Dorin
2021-08-03 14:52:26 -06:00
parent 1de42b9e97
commit 5c3e1ca915
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
/// </summary>
public interface IMobileControl : IKeyed
{
void CreateMobileControlRoomBridge(EssentialsRoomBase room, IMobileControl parent);
void CreateMobileControlRoomBridge(IEssentialsRoom room, IMobileControl parent);
void LinkSystemMonitorToAppServer();
}