Add name of profile so secondary displays can work
This commit is contained in:
parent
df4d3bc91c
commit
07dbae9398
@ -209,6 +209,7 @@ class Oven(threading.Thread):
|
|||||||
'state': self.state,
|
'state': self.state,
|
||||||
'heat': self.heat,
|
'heat': self.heat,
|
||||||
'totaltime': self.totaltime,
|
'totaltime': self.totaltime,
|
||||||
|
'profile': self.profile.name if self.profile else None,
|
||||||
}
|
}
|
||||||
return state
|
return state
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user