refactor: add online property for API

This commit is contained in:
Andrew Welker
2024-02-20 08:13:46 -06:00
parent d7af57ba16
commit a3c7d0c96a

View File

@@ -33,6 +33,8 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
string SystemUuid { get; }
bool ApiOnlineAndAuthorized { get; }
void SendMessageObject(IMobileControlMessage o);
void AddAction(string key, Action<string, JToken> action);