- added Temp controller
- use AttributeChange for Processing objects
This commit is contained in:
@@ -3,6 +3,9 @@ from utils.value import AttributeChange
|
||||
|
||||
|
||||
class AHeater(AttributeChange):
|
||||
def __init__(self):
|
||||
AttributeChange.__init__(self)
|
||||
|
||||
@abc.abstractmethod
|
||||
def get_power_min(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user