Releases: nugget/python-insteonplm
Releases · nugget/python-insteonplm
Hub connectivity issues
Fix issue with checksum under specific conditions
fix type (#224) * fix type * Make _get_most_recent_message a function * Flake8
Improve hub communication and dup msg handling
This release addresses issues with hub connection stability and improves message deduplication.
Scene Cleanup
Send scene cleanup messages to all devices known to be in the scene
Scene Cleanup
This release is being released to be consistent with pypi. However, it should not be used. Use release 0.16.5 instead.
Check write lock before restarting writer
Eliminates irrelevant debug messages
Hub general exception handling
Improve general exception handling in the Hub version 2
Fix Hub reader stopping due to ValueError
This fix has the Hub reader restart on general exception errors rather than stopping.
Add scene triggering on and off
Trigger scenes (#161) * Add scene triggering on and off * Fix issue with cleanup messages for dimmer devices * Fix issue with thermostat mode value
Produce wheel as part of standard release
- Release process amended to produce and upload a
whl
file as well as thetar.gz