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