unificontrol icon indicating copy to clipboard operation
unificontrol copied to clipboard

Added missing return statements

Open rasic opened this issue 2 years ago • 0 comments

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).

rasic avatar Mar 18 '22 14:03 rasic