formatting update
This commit is contained in:
parent
338f8f57f3
commit
1414777092
|
@ -26,8 +26,9 @@ It can also log to an influxdb database for easy integration into Grafana or sim
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
root@gridbug:~# scripts/aircon.sh -h
|
```text
|
||||||
usage: scripts/aircon.sh [options]
|
root@gridbug:~# scripts/aircon.sh -h
|
||||||
|
usage: scripts/aircon.sh [options]
|
||||||
|
|
||||||
Modifies aircon based on configured parameters in /root/.airconrc.
|
Modifies aircon based on configured parameters in /root/.airconrc.
|
||||||
|
|
||||||
|
@ -52,6 +53,7 @@ It can also log to an influxdb database for easy integration into Grafana or sim
|
||||||
-t num Specify degrees below min temperature before taking action.
|
-t num Specify degrees below min temperature before taking action.
|
||||||
-T num Specify degrees above max temperature before taking action.
|
-T num Specify degrees above max temperature before taking action.
|
||||||
-y Actually run commands/db inserts. By default, commands are just displayed.
|
-y Actually run commands/db inserts. By default, commands are just displayed.
|
||||||
|
```
|
||||||
|
|
||||||
# Examples
|
# Examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue