Releases: Salamek/huawei-lte-api
Releases · Salamek/huawei-lte-api
1.10
What's Changed
- examples: add an example script for sending ussd codes by @mmubarak0 in #218
- wlan_guide_settings api by @timvlaer in #219
- Update dialup profile by @timvlaer in #221
- Fix: Unlock PIN method returning 101006 Unknown Error by @NaturalT314 in #224
New Contributors
- @mmubarak0 made their first contribution in #218
- @timvlaer made their first contribution in #219
- @NaturalT314 made their first contribution in #224
Full Changelog: 1.9.3...1.10
New release
What's Changed
- examples: add an example script for setting the network mode and 4G bands by @lazka in #192
- Support b28 in net_mode.py example command by @jeffreykog in #194
- Add Huawei B612-233 to supported devices by @TheLime1 in #202
- fixed
set_multi_macfilter_settings
documentation + added an example by @TheLime1 in #204
New Contributors
- @lazka made their first contribution in #192
- @jeffreykog made their first contribution in #194
- @TheLime1 made their first contribution in #202
Full Changelog: 1.7.3...1.8.1
New release
What's Changed
- Require Python >= 3.7 by @scop in #166
- Add Net.set_network by @scop in #168
- Suppress login required and not supported on UserSession close by @scop in #169
- Clarify provided requests_session closure doc by @scop in #170
- Add some WPS setters by @scop in #182
- ci: test with Python 3.12 by @scop in #183
- Update README.md by @j-broo in #185
- add: add vpn toggle status method by @mehdiirh in #189
New Contributors
Full Changelog: 1.6.11...1.7
1.6.11
What's Changed
- Implemented
Sms.get_sms_list_pdu
andSms.send_sms_pdu
for PDU sms sending/receiving (untested since my device does not support these) - Implemented
Device.mode
that allows to set device mode specified inenums.device.ModeEnum
, this allows to enable telnet AT command interface on port 23 see https://github.com/Salamek/huawei-lte-api/wiki/AT-Command-interface-Telnet and https://github.com/Salamek/huawei-lte-api/blob/master/examples/toggle_telnet.py for more info
Full Changelog: 1.6.10...1.6.11
New release
What's Changed
- Expanded enum defs for sms
- Implemented new dataclass Sms.Message that holds all SMS message info
- Implemented new "abstract" method
Sms.get_messages()
that have same parameters asSms.get_sms_list
but can haveread_count=None
parameter to return all SMS messages and returns Generator[Message]. this also implements fix for #164
Full Changelog: 1.6.9...1.6.10
Fixing release
New release
What's Changed
- Added new abstraction class for WiFi Config called WLanSettings and new methods
WLan.find_wlan_settings
andWLan.save_wlan_settings
.WLan.find_wlan_settings
allows to filter a list of WLans by criteria provided and retursList[WLanSettings]
.WLan.save_wlan_settings
acceptsList[WLanSettings]
of modifiedWLanSettings
Fixing release
1.6.5
1.6.4
What's Changed
- Mark SoyeaLink B535-333 as tested by @scop in #147
- feat: support more endpoints by @scop in #148
- refactor: honor conclusive response Content-Types by @scop in #149
- feat(enums): add 3G+2G and 4G+2G network mode values by @scop in #150
- feat: support some JSON array endpoints by @scop in #151
- feat: support setting URL filters by @scop in #152
- refactor: note possible session issues with Device.vendorname by @scop in #153
Full Changelog: 1.6.3...1.6.4