From bcd45125914ed8da743ac12b90577f68034f27a1 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Tue, 7 Apr 2015 22:31:16 +0200 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39c06ae..20c64b4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ unless you are developer you can use the develop-Branch - may be unstable! ##### boswatch.py The configuration for the Script you can find in config.ini - You can set the ignore time for double alarms in seconds. -- To use the script with MySQL Support set "useMySQL = 1" and the Userdata to your local MySQL Database. +- to use the script with MySQL Support set "useMySQL = 1" and the Userdata to your local MySQL Database. +- to use the script with HTTP request Support set "useHTTPrequest = 1" and set a URL to your destination. For the other Functions see "Usage" below. @@ -66,6 +67,7 @@ optional arguments: -s SQUELCH, --squelch SQUELCH Level of Squelch -v, --verbose Shows more Information + -q, --quiet Shows no Information. Only Logfiles ``` ### Installation