Skip to content

Releases: cybergarage/uecho-py

1.0.3

07 May 06:00
Compare
Choose a tag to compare
  • Updated the standard manufacturer code database based on the latest MCA (Manufacturer Code List) from the ECHONET Consortium
  • Updated the standard object database based on the latest MRA (Machine Readable Appendix) version 1.2.0 from the ECHONET Consortium

1.0.2

05 Jan 16:12
Compare
Choose a tag to compare
  • 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

18 Jul 08:50
Compare
Choose a tag to compare
  • 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

17 Apr 10:27
Compare
Choose a tag to compare
  • Add Device class to create original devices of ECHONET Lite
  • Add StandardDevice class to create the standard devices easily

0.8.5

18 Dec 06:59
Compare
Choose a tag to compare
  • 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

05 Dec 14:18
Compare
Choose a tag to compare
  • 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

22 Nov 22:11
Compare
Choose a tag to compare
  • 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

14 Nov 05:37
Compare
Choose a tag to compare
  • The first public release.
  • Fix Controller::stop() not to hung up on Linux platforms.