Art-of-WiFi / UniFi-API-browser

Tool to browse data exposed by Ubiquiti's UniFi Controller API
MIT License
1.1k stars 150 forks source link

Restart AP #42

Closed TCURT15 closed 7 years ago

TCURT15 commented 7 years ago

I am having issues with the restart_ap() function. It does not return any output or errors to the error log when I run that function and the AP does not reboot. Is there a specific way it has to be passed (no colons, etc.)? Controller version 5.4.11. Thanks

malle-pietje commented 7 years ago

Was this resolved? If yes, maybe you can share the solution so that others can learn?

TCURT15 commented 7 years ago

I forgot to call the login function before the restart_ap.

malle-pietje commented 7 years ago

Thanks!