mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
feat: Adds IMobileControlTouchpanelController
This commit is contained in:
parent
e5d5c90aa9
commit
fa9b493431
1 changed files with 6 additions and 0 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue