⚙️ 1.20.0 Instance configurations

🚀 Features
- Added instance configuration management to
AsusRouterclass viaARInstanceConfigclass inasusrouter.configmodule - Added enum tools with
FromIntMixinandFromStrMixinmixins to standardise value-to-enum conversion - Added
DeviceOperationModedefinition inasusrouter.modules.device - Added
dict_to_requestwriter
🧑🚀 v2 preparation
This release starts implementing non-breaking changes to the library in preparation for the v2 upgrade. Such changes will be gradually introduced and will not be directly available without an explicit call.
- Added
ARCallableRegistryviaasusrouter.registry - Added
MacAddressclass inasusrouter.tools.identifiers - Added masking tools for
MacAddressinstances inasusrouter.tools.masking
🐣 GitHub & Development
- Bumped
codecov-actionto5.5.0