From fa9b493431af3b4be40f8ffb2c3177d464acdfa5 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Thu, 25 Apr 2024 16:31:54 -0600 Subject: [PATCH] feat: Adds IMobileControlTouchpanelController --- .../DeviceTypeInterfaces/IMobileControl.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs index 7f1d1621..db070289 100644 --- a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs +++ b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs @@ -106,4 +106,10 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces Action Action { get; } } + public interface IMobileControlTouchpanelController + { + StringFeedback AppUrlFeedback { get; } + string DefaultRoomKey { get; } + string DeviceKey { get; } + } } \ No newline at end of file