- added Temp controller
- use AttributeChange for Processing objects
This commit is contained in:
@@ -3,12 +3,13 @@ from components.aheater import AHeater
|
||||
|
||||
class Heater(AHeater):
|
||||
def __init__(self):
|
||||
AHeater.__init__(self)
|
||||
self.power_set = self.get_power_min()
|
||||
self.is_active = False
|
||||
self.power_eff = 0
|
||||
|
||||
def get_power_min(self):
|
||||
return 500
|
||||
return 0
|
||||
|
||||
def get_power_max(self):
|
||||
return 3500
|
||||
|
||||
Reference in New Issue
Block a user