- fixed stirrers and plants

git-svn-id: http://moon:8086/svn/projects/HendiControl@374 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2020-04-20 11:47:20 +00:00
parent 21f1a38dd5
commit 8f62825c94
5 changed files with 20 additions and 18 deletions
+1
View File
@@ -8,6 +8,7 @@ class AStirrer(abc.ABC):
return ""
def __init__(self, dt):
self.log("Create")
self.dt = dt
self.speed = 0
self.cycleTime = 1