refactor: add UpdateAppUrl method to RoomMessenger interface

Also renamed the interface to more accurately represent what it is for
This commit is contained in:
Andrew Welker
2024-02-08 09:26:29 -06:00
parent f7cf854965
commit 420ae8c7de
3 changed files with 6 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ namespace PepperDash.Essentials.Core
BoolFeedback IsCoolingDownFeedback { get; }
bool IsMobileControlEnabled { get; }
IMobileControlRoomBridge MobileControlRoomBridge { get; }
IMobileControlRoomMessenger MobileControlRoomBridge { get; }
string SourceListKey { get; }