v0.2.1
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!
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!