mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
Fix CLI for HS300 (#177)
This commit is contained in:
parent
2d60467bea
commit
fa0c2d82e8
@ -164,7 +164,7 @@ def state(ctx, dev):
|
||||
)
|
||||
)
|
||||
if dev.num_children > 0:
|
||||
is_on = dev.is_on()
|
||||
is_on = dev.get_is_on()
|
||||
aliases = dev.get_alias()
|
||||
for child in range(dev.num_children):
|
||||
click.echo(
|
||||
|
Loading…
Reference in New Issue
Block a user