mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
refactor: add online property for API
This commit is contained in:
@@ -33,6 +33,8 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
|||||||
|
|
||||||
string SystemUuid { get; }
|
string SystemUuid { get; }
|
||||||
|
|
||||||
|
bool ApiOnlineAndAuthorized { 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