feat(fun/idual): Introduce real CLI that can send all commands
Adds an idualctl CLI that can be used to control the lights.
This commit is contained in:
parent
a34f7ef119
commit
8681ac787e
3 changed files with 50 additions and 25 deletions
|
|
@ -9,8 +9,7 @@ setup(
|
|||
author_email='mail@tazj.in',
|
||||
url='https://git.tazj.in/about/fun/idual',
|
||||
packages=['idual'],
|
||||
package_dir = {'idual': ''},
|
||||
scripts = ['__init__.py'],
|
||||
scripts = ['idualctl'],
|
||||
install_requires=['broadlink>=0.13.2'],
|
||||
include_package_data=True,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue