What's Changed * Added new abstraction class for WiFi Config called WLanSettings and new methods `WLan.find_wlan_settings` and `WLan.save_wlan_settings`. `WLan.find_wlan_settings` allows to filter a list of WLans by criteria provided and returs `List[WLanSettings]`. `WLan.save_wlan_settings` accepts `List[WLanSettings]` of modified `WLanSettings`
1.6.6
What's Changed * Fix default username typecheck by scop in https://github.com/Salamek/huawei-lte-api/pull/158
What's Changed * set dhcp and connection settings by git-avilabs in https://github.com/Salamek/huawei-lte-api/pull/154 * Username consistency handling fixes by scop in https://github.com/Salamek/huawei-lte-api/pull/156 * Pylint fixes by scop in https://github.com/Salamek/huawei-lte-api/pull/157
New Contributors * git-avilabs made their first contribution in https://github.com/Salamek/huawei-lte-api/pull/154
What's Changed * Mark SoyeaLink B535-333 as tested by scop in https://github.com/Salamek/huawei-lte-api/pull/147 * feat: support more endpoints by scop in https://github.com/Salamek/huawei-lte-api/pull/148 * refactor: honor conclusive response Content-Types by scop in https://github.com/Salamek/huawei-lte-api/pull/149 * feat(enums): add 3G+2G and 4G+2G network mode values by scop in https://github.com/Salamek/huawei-lte-api/pull/150 * feat: support some JSON array endpoints by scop in https://github.com/Salamek/huawei-lte-api/pull/151 * feat: support setting URL filters by scop in https://github.com/Salamek/huawei-lte-api/pull/152 * refactor: note possible session issues with Device.vendorname by scop in https://github.com/Salamek/huawei-lte-api/pull/153
What's Changed * Add RESET control by gringofe in https://github.com/Salamek/huawei-lte-api/pull/145 * Add base login error exception caused by permanently invalid credentials by scop in https://github.com/Salamek/huawei-lte-api/pull/146
New Contributors * gringofe made their first contribution in https://github.com/Salamek/huawei-lte-api/pull/145