- added Temp controller
- use AttributeChange for Processing objects
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user