Author SHA1 Message Date
Manuel Fritsch 25cf97da58 fermenter set to -20 2020-12-20 19:37:51 +01:00
Manuel83andGitHub 2b095c8c77 Update install.sh
WiringPi Removed
2019-08-20 21:17:46 +02:00
Manuel83andGitHub 63f9f5468b Update __init__.py 2019-08-08 21:29:01 +02:00
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -223,6 +223,8 @@ class FermenterView(BaseView):
def run(instance):
instance.run()
fermenter.state = not fermenter.state
cbpi.emit("UPDATE_FERMENTER", cbpi.cache.get(self.cache_key).get(id))
t = cbpi.socketio.start_background_task(target=run, instance=instance)
fermenter.state = not fermenter.state
File diff suppressed because one or more lines are too long