summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorJannik Schönartz2019-01-31 19:40:30 +0100
committerJannik Schönartz2019-01-31 19:40:30 +0100
commit66b3c085701e67c06cdc90804b4d09fc8cbc68e3 (patch)
treefd4598373e9dbe3eafb3493119171e3ec7af403c /README.txt
parentAdd horizontal / vertical param (diff)
downloadbwlp-monitoring-66b3c085701e67c06cdc90804b4d09fc8cbc68e3.tar.gz
bwlp-monitoring-66b3c085701e67c06cdc90804b4d09fc8cbc68e3.tar.xz
bwlp-monitoring-66b3c085701e67c06cdc90804b4d09fc8cbc68e3.zip
Previous commit: Log show limit
Forgot to mention in the last commit: Log only shows the latest 500 entries Added params to the readme
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 911335a..32e30e9 100644
--- a/README.txt
+++ b/README.txt
@@ -5,4 +5,19 @@ pip3 install tftpy
bwlp.thrift needed:
wget http://git.openslx.org/bwlp/master-sync-shared.git/plain/src/main/thrift/bwlp.thrift
+Parameters:
+horizontal
+-> Forces horizontal mode
+vertical
+-> Forces vertical mode
+
+borderless
+-> A more compact borderless mode
+
+noheader
+-> Removes the header
+
+autorefresh=<seconds>
+-> Time in seconds when the site autorefreshs itself
+-> Should be the same time the python script is fetching the new data \ No newline at end of file