- 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
+3
View File
@@ -3,6 +3,9 @@ from utils.value import AttributeChange
class APlant(AttributeChange):
def __init__(self):
AttributeChange.__init__(self)
@abc.abstractmethod
def activate(self, enable):
return None