LagoVista.Core.Authentication by Software Logistics, LLC

<PackageReference Include="LagoVista.Core.Authentication" Version="0.8.146-alpha01157" />

 IMQTTIoTAppClient

string APIKey { get; set; }

string AppId { get; set; }

string ServerURL { get; set; }

bool SettingsReady { get; }

ushort PublishCommand(string deviceType, string deviceId, string command, string format, string data)

ushort PublishEvent(string deviceType, string deviceId, string evt, string format, string data)

ushort SubscribeToDeviceCommands(string deviceType = "+", string deviceId = "+", string cmd = "+", string format = "+")

ushort SubscribeToDeviceEvents(string deviceType = "+", string deviceId = "+", string evt = "+", string format = "+")