Someone can point me on the right direction on why PowerOffAsync is not working?
SmartGlassClient? client = await SmartGlassClient.ConnectAsync(device?.Address);
await client.PowerOffAsync();
Console.WriteLine(client.CurrentConsoleStatus.ToString());
Nothing happens... no errors, I the messages sent and received, but the device does not turn off.
Thanks for the attention
Someone can point me on the right direction on why PowerOffAsync is not working?
Nothing happens... no errors, I the messages sent and received, but the device does not turn off.
Thanks for the attention