1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-16 23:30:10 -07:00

Update client.py

This commit is contained in:
pifou 2020-10-26 23:40:15 +01:00
parent 1bcf1bd1f1
commit 70f0a32ed2

View File

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