- added Temp controller

- use AttributeChange for Processing objects
This commit is contained in:
jens
2020-11-29 14:35:44 +01:00
parent d16b6b272a
commit d9c587476f
7 changed files with 72 additions and 14 deletions
+1
View File
@@ -4,6 +4,7 @@ from components.aplant import APlant
class Pot(APlant):
def __init__(self, params):
APlant.__init__(self)
self.dt = params['dt']
self.alpha = 1.0