refactor: change ApiOnline to BoolFeedback

This commit is contained in:
Andrew Welker
2024-02-20 08:27:01 -06:00
parent a3c7d0c96a
commit 08a4099842

View File

@@ -33,7 +33,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
string SystemUuid { get; }
bool ApiOnlineAndAuthorized { get; }
BoolFeedback ApiOnlineAndAuthorized { get;}
void SendMessageObject(IMobileControlMessage o);