mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
added rangefilter and poc double_ignore function
This commit is contained in:
parent
edd6648039
commit
429a571f0f
20
config.ini
20
config.ini
|
|
@ -10,23 +10,29 @@ double_ignore_time = 5
|
|||
#time to ignore same alarm in a row (sek)
|
||||
double_ignore_time = 5
|
||||
|
||||
[POC]
|
||||
#time to ignore same alarm in a row (sek)
|
||||
double_ignore_time = 10
|
||||
filter_range_start = 0000000
|
||||
filter_range_end = 9999999
|
||||
|
||||
#can take on or off the modules (0|1)
|
||||
[Module]
|
||||
useMySQL = 0
|
||||
useMySQL = 1
|
||||
#useAudiorecord = 0
|
||||
useHTTPrequest = 0
|
||||
|
||||
[MySQL]
|
||||
#Data for MySQL connection
|
||||
dbserver = localhost
|
||||
dbuser = root
|
||||
dbpassword = root
|
||||
database = boswatch
|
||||
dbserver = www.bos-tec.de
|
||||
dbuser = raspoc
|
||||
dbpassword = 080787
|
||||
database = bos-tec.de
|
||||
|
||||
#tables in the database
|
||||
tableFMS = bos_fms
|
||||
tableZVEI = bos_zvei
|
||||
tablePOC = bos_pocsag
|
||||
tablePOC = pocsag_hist
|
||||
|
||||
#[Audiorecord]
|
||||
#recording time (sek)
|
||||
|
|
@ -34,4 +40,4 @@ tablePOC = bos_pocsag
|
|||
|
||||
[HTTPrequest]
|
||||
#url without http:// !
|
||||
url = www.google.de
|
||||
url = www.google.de
|
||||
|
|
|
|||
Loading…
Reference in a new issue