nickovs / unificontrol

A high-level Python interface to the Unifi controller software
Apache License 2.0
96 stars 41 forks source link

Added missing return statements #32

Open rasic opened 2 years ago

rasic commented 2 years ago

Fixed buk where some instances of json fixers didn't have return statements at the end. This broke some API calls like led_override() or locate_ap() (None value was sent in the request instead of the JSON string).