Merge pull request #16 from adq/master
Add name of profile so secondary displays can work
This commit is contained in:
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user