kopia lustrzana https://github.com/jbruce12000/kiln-controller
Merge pull request #16 from adq/master
Add name of profile so secondary displays can workpull/20/head
commit
73a1d34259
|
|
@ -209,6 +209,7 @@ class Oven(threading.Thread):
|
|||
'state': self.state,
|
||||
'heat': self.heat,
|
||||
'totaltime': self.totaltime,
|
||||
'profile': self.profile.name if self.profile else None,
|
||||
}
|
||||
return state
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue