File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.x - Code quality improvements for stick
4+
5+ - Bug-fix: Power history was not reported (0 value) during last week of the month
6+ - Improvement: Validate message checksums
7+ - Improvement: Do a single ping request to validate if node is on-line
8+ - Improvement: Guard Scan sensitivity setting to medium
9+ - Improvement: Move general module code of messages, nodes, connection to the __ init__ .py files.
10+ - Improvement: Better code separation. All logic is in their designated files:
11+ 1 . Connection (connection/* .py)
12+ 2 . Data parsing (parser.py)
13+ 3 . Data encoding/decoding of message (messages/* .py)
14+ 4 . Message handling - Initialization & transportation (controller.py)
15+ 5 . Message processing - Do the required stuff (stick.py & nodes/* .py)
16+ - Improvement: Resolves all flake8 comments
17+
318## 0.8.5 - Fix sensor scaling
419 - Fix for via HA Core issue #44349
520 - Fix other value scaling bugs
You can’t perform that action at this time.
0 commit comments