Initial commit
authorBenjamin Braatz <bb@bbraatz.eu>
Wed, 24 Feb 2021 05:16:00 +0000 (06:16 +0100)
committerBenjamin Braatz <bb@bbraatz.eu>
Wed, 24 Feb 2021 05:16:00 +0000 (06:16 +0100)
commitbfcc5d7c3b967da05b976883a63d2946cece7af1
treec522672b2c9e363d055e89555198c074b62a2310
Initial commit
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
conf.json [new file with mode: 0644]
controlpi/__init__.py [new file with mode: 0644]
controlpi/main.py [new file with mode: 0644]
controlpi/plugins/delay.py [new file with mode: 0644]
controlpi/plugins/init.py [new file with mode: 0644]
controlpi/plugins/log.py [new file with mode: 0644]
setup.py [new file with mode: 0644]