fix: add GetRoomMessenger to IMobileControl

This commit is contained in:
Joshua_Gutenplan
2024-05-02 12:07:00 -07:00
parent e1b50649fd
commit e9954b3081

View File

@@ -44,6 +44,9 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
void AddDeviceMessenger(IMobileControlMessenger messenger);
bool CheckForDeviceMessenger(string key);
IMobileControlRoomMessenger GetRoomMessenger(string key);
}
/// <summary>