All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for UDM & UDMP
- Support for CSRF
- Lint failures in controller.py
- CHANGELOG
- Added support for UnifiOS:
version = 'unifiOS'
- CHANGELOG
get_device_stat()
method to get current state & configuration of deviceget_switch_port_overrides()
method to retrieve the overrides applied to the given Switchswitch_port_power_off()
to turn off PoE for a specific Switch Portswitch_port_power_on()
to turn on PoE for a specific Switch Port- Namespaced logger support
- Pinned version of
requests
to better protect against future dependency issues