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

Update client.py

This commit is contained in:
pifou 2020-10-27 23:15:48 +01:00
parent 4afd5685cb
commit db6c6f631b

View File

@ -154,7 +154,7 @@ class Client(object):
if deviceInfo.type in classes: if deviceInfo.type in classes:
return classes.get(deviceInfo.type)(self, deviceInfo) return classes.get(deviceInfo.type)(self, deviceInfo)
LOGGER.debug('No specific subclass for deviceType %s, using default', LOGGER.debug('No specific subclass for deviceType %s, using default',
deviceInfo.type) deviceInfo.type)
return Device(self, deviceInfo) return Device(self, deviceInfo)
@classmethod @classmethod