From 06d806687d60fb10118663c19d421f7096f577df Mon Sep 17 00:00:00 2001 From: Joshua_Gutenplan <18546589+jgutenplan@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:29:44 -0700 Subject: [PATCH] feat: IMobileControlTouchpanelController --- .../DeviceTypeInterfaces/IMobileControl.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs index 7f1d1621..84e31595 100644 --- a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs +++ b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs @@ -106,4 +106,11 @@ 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