mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
feat: add Properties to IMobileControl3 interface
This commit is contained in:
@@ -26,7 +26,13 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
|||||||
/// Describes a MobileSystemController that accepts IEssentialsRoom
|
/// Describes a MobileSystemController that accepts IEssentialsRoom
|
||||||
/// </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);
|
||||||
|
|||||||
Reference in New Issue
Block a user