rsnodgrass / pyflowater

Python interface for the Flo by Moen API
Other
17 stars 7 forks source link

fix dependency bug, clean up new interface #17

Closed dulitz closed 3 years ago

dulitz commented 3 years ago

Adds missing dependency on google-cloud-firestore. Cleans up the new realtime interface from @electric-monk (woot!!) to accept deviceid like all the other methods.

Increased the heartbeat period from 30 seconds to 60 since their timeout seems to be 120 sec. Added option to disable the heartbeat thread, but it defaults to "on."

When merged, will close issue #16 .