What's Changed
- Refactored pyPowerwall by @emptywee in #77 including:
- Moved Local and Cloud based operation code into respective modules, providing better abstraction and making it easier to maintain and extend going forward.
- Made meaning of the
jsonformatparameter consistent across all method calls (breaking API change). - Removed Python 2.7 support.
- Cleaned up code and adopted a more pythoinc style.
- Fixed battery_blocks() for non-vitals systems.
Full Changelog: v0.7.12...v0.8.0