Merge pull request #43 from BrauereiAlt/master

Fix Hysteresis Autorun
This commit is contained in:
Manuel83 2021-03-07 19:24:57 +01:00 committed by GitHub
commit 9d85adcc24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,8 @@ class Hysteresis(CBPiKettleLogic):
self.heater = self.kettle.heater
logging.info("Hysteresis {} {} {} {}".format(self.offset_on, self.offset_off, self.id, self.heater))
self.get_actor_state()
# self.get_actor_state()
while True: