From e9954b30812d389b1b93d1c1dcefd61aee93e909 Mon Sep 17 00:00:00 2001 From: Joshua_Gutenplan <18546589+jgutenplan@users.noreply.github.com> Date: Thu, 2 May 2024 12:07:00 -0700 Subject: [PATCH] fix: add GetRoomMessenger to IMobileControl --- .../DeviceTypeInterfaces/IMobileControl.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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