Merge pull request #16 from adq/master

Add name of profile so secondary displays can work
This commit is contained in:
Jason Bruce 2021-04-14 13:03:14 -04:00 committed by GitHub
commit 73a1d34259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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