Releases: yoctopuce/yoctolib_typedpython
Releases · yoctopuce/yoctolib_typedpython
v2.1.12413-beta
- Add error handling when sending SMS
- Add registerSmsCallback support
- Add example showing how to use SMS functions (Prog-SMS-Example)
v2.1.12175-beta
- Fix error type if get_friendlyName is called on offline device
- Add describe method
v2.1.11996-beta
- Improve interactive HTML reference documentation
- Fix duplicate call to removal callback
v2.1.11632-beta
- Add new DisplayLayer methods
v2.1.11416-beta
- Many fix
v2.1.8985-beta
- Add support for network discovery
- Improve error message when RegisterHub on non configured Hubs
- Fix support for Linux 64bits python
- Fix unplug of device that was not correctly detected the app only execute set_XXX functions
- Fix get_friendlyName() method
- Fix YHub enumeration
- Fix course condition in WebSocket uploads
- Fix restoration of callbacks after unregisterhub/registerhub
- Fix restoration of module callbacks after unregisterhub/registerhub
- Fix WebsSocket recovery in some cases
- Fix chunk reading, broken in previous commit
- Simplify API parsing code
v2.1.7725-beta
- Fix non awaited callback on HandleEvent
- Fix parsing of URL with user but no password
- Fix crash of method YModule.FindModule when used with logical name
- Remove useless attributes in manually generated files
v2.1.7205-beta
- Add support for disable exception
- Fix network disconnection
v2.1.7046-beta
- Add atexit handler
- Add all symbol to yocto_api to enable star import, fix others accordingly
- Add missing functions to sync api
- Add support for firmware update
- Add support for AddTrustedCertificates and DownloadHostCertificate//66869
- Fix upload
- Fix timeout on FreeAPI$
- Fix get_friendlyName() implementation
- Fix event and callbacks handling
v2.1.6832-beta
- Add all symbol to yocto_api to enable star import
- Add missing functions to sync version
- Add support for firmware update
- Fix YModule.get_friendlyName()
- Fix event and callbacks handling
- Fix uploads