mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-04-26 16:46:23 +00:00
make hound a bit more happier
This commit is contained in:
parent
a9c1d08d66
commit
1457c4f533
@ -497,8 +497,9 @@ class SmartDevice(object):
|
|||||||
raise NotImplementedError("Device subclass needs to implement this.")
|
raise NotImplementedError("Device subclass needs to implement this.")
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return "<%s at %s (%s), is_on: %s - dev specific: %s>" % (self.__class__.__name__,
|
return "<%s at %s (%s), is_on: %s - dev specific: %s>" % (
|
||||||
self.ip_address,
|
self.__class__.__name__,
|
||||||
self.alias,
|
self.ip_address,
|
||||||
self.is_on,
|
self.alias,
|
||||||
self.state_information)
|
self.is_on,
|
||||||
|
self.state_information)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user