Get program name by prcode

This commit is contained in:
Andre Basche 2023-04-23 21:42:44 +02:00
parent d4c6ccdce3
commit 9ee5dbc956
7 changed files with 27 additions and 1 deletions

View file

@ -1,4 +1,7 @@
class Appliance:
def __init__(self, appliance):
self.parent = appliance
def data(self, data):
if data["attributes"]["lastConnEvent"]["category"] == "DISCONNECTED":
data["attributes"]["parameters"]["temp"] = "0"