kopia lustrzana https://github.com/jbruce12000/kiln-controller
Really put back ovenWatcher I hope;
rodzic
d5af5bcf7d
commit
21b2655867
|
@ -1,5 +1,4 @@
|
|||
import threading,logging,json,time,datetime
|
||||
|
||||
from oven import Oven
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
@ -33,7 +32,6 @@ class OvenWatcher(threading.Thread):
|
|||
else:
|
||||
self.recording = False
|
||||
self.notify_all(oven_state)
|
||||
|
||||
time.sleep(self.oven.time_step)
|
||||
|
||||
def lastlog_subset(self,maxpts=50):
|
||||
|
|
Ładowanie…
Reference in New Issue