Merge pull request #16 from adq/master

Add name of profile so secondary displays can work
pull/20/head
Jason Bruce 2021-04-14 13:03:14 -04:00 zatwierdzone przez GitHub
commit 73a1d34259
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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