PeterLaemmle
67a1028081
Update doubleFilter.py
...
Correcting the following issues (https://github.com/Schrolli91/BOSWatch/issues/217 )
-Consider using enumerate instead of iterating with range and len
2017-05-24 19:20:53 +02:00
Bastian Schroll
e3b3377f9e
resolve some Code Style Problems
2016-11-20 13:05:24 +01:00
Bastian Schroll
e938cdcd6d
rename globals. call to globalVars.
2016-10-03 12:02:18 +02:00
Bastian Schroll
f8fcda94b6
rename globals to globalVars
...
to prevent to redifine an builtin function
2016-10-03 11:56:27 +02:00
JHCD
02efb9552a
reduce entries in globals.py
...
only entries for use in more than one .py-file have to stay here...
2015-07-31 19:50:27 +02:00
JHCD
3e7cc1f365
add more logging.debug for #67
2015-07-29 18:43:25 +02:00
Schrolli
c19a89859b
change encoding
...
- change code encoding from cp1252 to UTF-8 (Issue #60 )
2015-07-13 10:19:45 +02:00
Schrolli
48c4d1e354
remove trailing whitespace
2015-07-02 09:02:49 +02:00
Schrolli
948aaea065
insert a debug log in doubleFilter.newEntry()
2015-06-30 08:55:46 +02:00
JHCD
eba5b7947a
enhancement of doubleFilter
...
- expand id for pocsag: new pocID+function als "id"
- if wanted, enable doubleFilter_check_msg in config.ini
it will check if the new msg is a substring of the old one
if not it will pass
2015-06-29 17:15:20 +02:00
JHCD
304b7ddeb0
small bug, forgotten to read config-param
2015-06-28 22:37:01 +02:00
JHCD
098faa0255
implemtation of new doubleAlarm-Filter
...
You can set the number of historical entries the filter will check
and the time ignoring the id in case of a double alarm
2015-06-28 22:32:17 +02:00