Releases: cybergarage/uecho-py
Releases · cybergarage/uecho-py
1.0.3
1.0.2
- Fix Device to set correct description property maps
- Update StandardDatabase to store property types and capacities more collectly
- Update manufacture database based on latest MCL of ECHONET Consortium
- Add uechobench for benchmarking
1.0.1
- Update manufacture database based on latest MCL of ECHONET Consortium
- Update standard device database based on MRA v1.1.1 of ECHONET Consortium
1.0.0
- Add Device class to create original devices of ECHONET Lite
- Add StandardDevice class to create the standard devices easily
0.8.5
- Update the internal standard object database based on Machine Readable Appendix Release M of ECHONET consortium
- Update uechosearch to print all mandatory read properties using the standard database in the verbose mode
- Update ControleListener to listen object and property updates
- Add Property::post_message() and send_message()
0.8.4
- Add ControleListener to listen to response and announce messages for nodes
- Change to ignore self multicast and unicast messages
- Improve uechosearch to print all mandatory readable property values using the standard database in the verbose mode
0.8.3
- Add standard manufacture and object database of ECHONET Lite
- Add Controller::get_standard_manufacturer() and get_standard_object()
- Update Manager::start() to be able to set bind interface addresses
0.8.2
- The first public release.
- Fix Controller::stop() not to hung up on Linux platforms.