weblight/README.md
Thomas Klaehn 1cbac62cd1 Initial commit
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2021-02-04 13:17:25 +01:00

25 lines
252 B
Markdown

# Weblight
Tool to switch on/off the yard light with web page.
## Installation
```shell
python setup.py install
```
## Usage
### Manual
```shell
start-weblight
```
### systemd
```shell
$ systemctl enable weblight
$ systemctl start weblight
```