Skip to content

Commit

Permalink
Add rudimentary docs for wemo light
Browse files Browse the repository at this point in the history
  • Loading branch information
iancmcc committed Mar 19, 2015
1 parent 8dc0d4f commit 3e0dcc0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/wemo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ instead of 0/1)::
$ wemo -v switch "TV Room" status
on

WeMo LED Bulbs are supported on the command line as well. Control them like
switches with ``wemo light``::

$ wemo light lamp on

Or set them to a dimness level from 1 to 255::

$ wemo light lamp on 45

The ``wemo`` script will do fuzzy matching of the name you pass in (this can be
disabled with the ``-e`` option)::

Expand Down

0 comments on commit 3e0dcc0

Please sign in to comment.