craftbeerpi4-pione/cbpi
avollkopf 28f4113f2f Fix to improve accuracy of timer
Timer was not accurate as it was depending on the asyncio.sleep function which is most liklely not exactly one second depending on other functions running in parallel.

Now the timer is comparable to cbpi3 where it runs until an end time is reached.

This is to address issue #66 and has been tested
2021-04-08 14:40:47 +02:00
..
api Fix to improve accuracy of timer 2021-04-08 14:40:47 +02:00
config "mqtt added" 2021-03-14 11:52:46 +01:00
controller "mqtt added" 2021-03-14 11:52:46 +01:00
extension Added Hop alarms to boil step 2021-03-30 21:00:17 +02:00
http_endpoints "mqtt added" 2021-03-14 11:52:46 +01:00
job new step controller 2021-01-17 22:49:18 +01:00
static "add seconds to timer at runtime" 2021-03-03 07:37:54 +01:00
utils "recipe book added" 2021-02-27 20:09:19 +01:00
.DS_Store "added dataclassed" 2021-02-16 20:37:51 +01:00
__init__.py "fix mqtt push update issue" 2021-03-14 17:40:44 +01:00
cli.py Merge pull request #29 from vojtech/master 2021-03-07 19:25:58 +01:00
craftbeerpi.py "fix mqtt push update issue" 2021-03-14 17:40:44 +01:00
eventbus.py new step controller 2021-01-17 22:49:18 +01:00
satellite.py "added dataclassed" 2021-02-16 20:37:51 +01:00
websocket.py "added dataclassed" 2021-02-16 20:37:51 +01:00