Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 844 Bytes

CHANGELOG.rst

File metadata and controls

39 lines (26 loc) · 844 Bytes

Python-OpenEVSE changelog

v0.4 (2017-02-06)

  • Support for requests via the wifi kit

Thanks to Danny ter Haar for letting me use his hardware to test this.

v0.3 (2015-08-01)

  • Possibility to get status changes (they were ignored in previous versions)
  • Possibility to get status changes synchronously (threaded read loop)
  • Bugfix: retry echo initialization if failed because of chars sent previously

v0.2 (2015-07-30)

  • Object-oriented code
  • Changes related to exceptions and their names
  • Bugfix: fault_counters returns ints

v0.1a3 (2015-07-15)

  • Small changes in internal code

v0.1a2 (2015-07-07)

  • Bugfix: missing open()

v0.1a1 (2015-07-03)

  • First release