diff --git a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs index b856a7c0..c30edebd 100644 --- a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs +++ b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs @@ -44,7 +44,10 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces void AddDeviceMessenger(IMobileControlMessenger messenger); bool CheckForDeviceMessenger(string key); - } + + IMobileControlRoomMessenger GetRoomMessenger(string key); + + } /// /// Describes a mobile control messenger