mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 04:57:15 +00:00
refactor: change ApiOnline to BoolFeedback
This commit is contained in:
parent
a3c7d0c96a
commit
08a4099842
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
||||||
|
|
||||||
string SystemUuid { get; }
|
string SystemUuid { get; }
|
||||||
|
|
||||||
bool ApiOnlineAndAuthorized { get; }
|
BoolFeedback ApiOnlineAndAuthorized { get;}
|
||||||
|
|
||||||
void SendMessageObject(IMobileControlMessage o);
|
void SendMessageObject(IMobileControlMessage o);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue