mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
feat: add Properties to IMobileControl3 interface
This commit is contained in:
parent
6c2ef7b63b
commit
d7af57ba16
1 changed files with 7 additions and 1 deletions
|
|
@ -27,6 +27,12 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IMobileControl3 : IMobileControl
|
public interface IMobileControl3 : IMobileControl
|
||||||
{
|
{
|
||||||
|
string Host { get; }
|
||||||
|
|
||||||
|
string ClientAppUrl { get; }
|
||||||
|
|
||||||
|
string SystemUuid { get; }
|
||||||
|
|
||||||
void SendMessageObject(IMobileControlMessage o);
|
void SendMessageObject(IMobileControlMessage o);
|
||||||
|
|
||||||
void AddAction(string key, Action<string, JToken> action);
|
void AddAction(string key, Action<string, JToken> action);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue