Add new client tool (#42)

* Add new client tool

After installing the package pyhs100 command-line tool can be used
to control the plug.

See --help for its usage, most of the features for plugs are implemented,
some of the shared functionality works for bulbs too.

* Add discover command

* Delete old examples, the cli works as an example well enough
This commit is contained in:
Teemu R
2017-03-20 19:03:19 +01:00
committed by GitHub
parent 900b5394f4
commit d253b55d41
5 changed files with 134 additions and 34 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
click
click-datetime