craftbeerpi4-pione/cbpi/api
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
..
__init__.py "added dataclassed" 2021-02-16 20:37:51 +01:00
actor.py "added dataclassed" 2021-02-16 20:37:51 +01:00
base.py Merge pull request #22 from madhatguy/master 2021-03-07 19:25:34 +01:00
config.py Added ConfigType.STEP 2021-03-20 21:02:05 +01:00
dataclasses.py Added ConfigType.STEP 2021-03-20 21:02:05 +01:00
decorator.py new step controller 2021-01-17 22:49:18 +01:00
exceptions.py plugin installer added 2019-08-16 21:36:55 +02:00
extension.py "mash profiles added" 2021-02-10 07:38:55 +01:00
kettle_logic.py "added dataclassed" 2021-02-16 20:37:51 +01:00
property.py new step controller 2021-01-17 22:49:18 +01:00
sensor.py "mqtt added" 2021-03-14 11:52:46 +01:00
step.py fix issues #55 2021-03-15 19:54:22 +01:00
timer.py Fix to improve accuracy of timer 2021-04-08 14:40:47 +02:00