mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +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.")
|
||||
|
||||
def __repr__(self):
|
||||
return "<%s at %s (%s), is_on: %s - dev specific: %s>" % (self.__class__.__name__,
|
||||
self.ip_address,
|
||||
self.alias,
|
||||
self.is_on,
|
||||
self.state_information)
|
||||
return "<%s at %s (%s), is_on: %s - dev specific: %s>" % (
|
||||
self.__class__.__name__,
|
||||
self.ip_address,
|
||||
self.alias,
|
||||
self.is_on,
|
||||
self.state_information)
|
||||
|
Loading…
Reference in New Issue
Block a user