mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-31 13:25:00 +00:00
feat: Adds IMobileControlTouchpanelController
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user