Skip to content

v0.2.1

Choose a tag to compare

@ericbstie ericbstie released this 01 Dec 13:07
· 77 commits to master since this release

Added exit conditions

home.start_live_feed(exit_condition = lambda data: data.power > 1000)

Fixed bug where stopping a live feed, then starting it again resulted in duplicate callback function calls.
Other general improvements and fixes!