mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
refactor: add online property for API
This commit is contained in:
parent
d7af57ba16
commit
a3c7d0c96a
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue