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:
Vincent Ambo 2020-04-26 15:50:21 +01:00
parent a34f7ef119
commit 8681ac787e
3 changed files with 50 additions and 25 deletions

View file

@ -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,
)