mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-23 03:06:54 -04:00
Get program name by prcode
This commit is contained in:
parent
d4c6ccdce3
commit
9ee5dbc956
7 changed files with 27 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue