weblight/README.md
Thomas Klaehn f82cd4aff2 Initial commit
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2021-02-04 16:14:02 +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
```