Merge branch 'master' of github.com:jbruce12000/kiln-controller

This commit is contained in:
Jason Bruce 2021-04-14 18:16:57 -04:00
commit d2206a82b2

View File

@ -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