nickovs / unificontrol

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

Added support for limiting results on various API calls. #17

Closed nickovs closed 3 years ago

nickovs commented 3 years ago

Previously list_networkconf(), list_radius_profiles() and list_radius_accounts() always listed all results. These now support getting the details of a single result by specifying the network_id, profile_id or account_id.

Updated and impoved various doc strings.