Skip to content

Commit

Permalink
Remove load_power from plug_cli
Browse files Browse the repository at this point in the history
miio.Plug does not provide this, in the future it should probably
autodetect the class to use and act accordingly.

Fixes #144
  • Loading branch information
rytilahti committed Jan 20, 2018
1 parent 996747b commit 2662648
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion miio/plug_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def status(dev: miio.Plug):

click.echo(click.style("Power: %s" % res.power, bold=True))
click.echo("Temperature: %s" % res.temperature)
click.echo("Load (W): %s" % res.load_power)


@cli.command()
Expand Down

0 comments on commit 2662648

Please sign in to comment.