- refactored

- integrated stirrer
This commit is contained in:
jens
2020-12-17 16:28:50 +01:00
parent 311ff974cc
commit ddf8003f5c
14 changed files with 66 additions and 26 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
import asyncio
from tasks import ATask
from components.plant import APlant
from ws.message import MsgIo
from utils.value import ChangedInteger, ChangedFloat
from components.plant import APlant
class PotTask(ATask):