feat: IMobileControlTouchpanelController

This commit is contained in:
Joshua_Gutenplan
2024-04-25 15:29:44 -07:00
parent d8e2f8cd51
commit 06d806687d

View File

@@ -106,4 +106,11 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
Action<string,string, JToken> Action { get; }
}
public interface IMobileControlTouchpanelController
{
StringFeedback AppUrlFeedback { get; }
string DefaultRoomKey { get; }
string DeviceKey { get; }
}
}