- redefine pulse period
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ class HeaterTask(ATask):
|
||||
|
||||
self.device.set_on_changed('power_eff', ChangedInteger(self.on_changed_power).set)
|
||||
|
||||
pulse_period_s = 1
|
||||
pulse_period_s = 10
|
||||
pulse_period_count = pulse_period_s/self.interval
|
||||
|
||||
with self.device.open():
|
||||
|
||||
Reference in New Issue
Block a user