mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-16 15:20:09 -07:00
Update client.py
This commit is contained in:
parent
1bcf1bd1f1
commit
70f0a32ed2
@ -265,7 +265,7 @@ class DeviceInfo(object):
|
|||||||
DeviceType.DRYER : DryerDevice,
|
DeviceType.DRYER : DryerDevice,
|
||||||
DeviceType.WASHER : WasherDevice,
|
DeviceType.WASHER : WasherDevice,
|
||||||
"""
|
"""
|
||||||
mapping: typing.Dict[DeviceType, object] = {}
|
mapping: Dict[DeviceType, object] = {}
|
||||||
|
|
||||||
def __init__(self, data: Dict[str, Any]) -> None:
|
def __init__(self, data: Dict[str, Any]) -> None:
|
||||||
self.data = data
|
self.data = data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user