You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Power Off button API error (#21) — The Power Off button was sending an integer (1) instead of a boolean (true) for the cfgPowerOff parameter, causing API error 1008. This has been corrected.