mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-09-01 12:25:11 +00:00
Fix CLI for HS300 (#177)
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user