Compare commits

...

No commits in common. "78dca5c55939208fb82c60365789b9407f8ee73b" and "c1f433090f19f512ad96568d6e0e3310eace4560" have entirely different histories.

24
README.md Normal file
View File

@ -0,0 +1,24 @@
# 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
```