feat: Adds IMobileControlTouchpanelController

This commit is contained in:
Neil Dorin
2024-04-25 16:31:54 -06:00
parent e5d5c90aa9
commit fa9b493431

View File

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