Skip to content

Commit

Permalink
Bump to v0.2.1
Browse files Browse the repository at this point in the history
* Fix Issue #19 Removed SQLite DB code - it was over complcating the class and would be superfuous if the developer wanted to use a different DB like MySQL.
* Fix Issue #26 Combining Type Req / Hardware Join 1 & Range Test / Hardware Join 2. 
* Partially addressed #5. Device.pl now has facility to send updates at regular intervals using Threads.
* Improvements to SmartPlug class.
* Improvements to Current Instantaneous Power and RSSI messages.
* Simpler terminology 'Power Demand' and 'Power Consumption'.
* Making more use of callback.
* Further PEP formatting.
  • Loading branch information
jamesleesaunders committed Apr 19, 2017
1 parent 7a2fe44 commit b406007
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ v0.2.0 - 12 Apr 2017
* Mode escaped=True.
* Adding Generate Match Descriptor Request.
* New setup-xbee.py script to auto configure module.

v0.2.1 - 19 Apr 2017
* Fix Issue #19 Removed SQLite DB code - it was over complcating the class and would be superfuous if the developer wanted to use a different DB like MySQL.
* Fix Issue #26 Combining Type Req / Hardware Join 1 & Range Test / Hardware Join 2.
* Partially addressed #5. Device.pl now has facility to send updates at regular intervals using Threads.
* Improvements to SmartPlug class.
* Improvements to Current Instantaneous Power and RSSI messages.
* Simpler terminology 'Power Demand' and 'Power Consumption'.
* Making more use of callback.
* Further PEP formatting.

0 comments on commit b406007

Please sign in to comment.