Commit graph

22 commits

Author SHA1 Message Date
Bastian Schroll 6e6a0a4a45 edit interface.txt info
information now in plugins/readme.md
2016-10-02 12:38:47 +02:00
Bastian Schroll 4e2229e8b0 fix bug #85
fix the bug drom issue #85
2016-03-26 09:44:45 +01: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
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 8b8cd81abc resolve error in RegEX Filter 2015-06-30 08:27:50 +02:00
JHCD 3280c68737 change exception-handling
- only error-msg instead of logging.exception
- second logging.debug with exec-trace
2015-06-23 22:50:33 +02:00
JHCD 97e87fcae2 small changes in documentation 2015-06-14 20:21:21 +02:00
Schrolli 2e91c3d8c9 insert freqToHz() method in boswatch.py 2015-05-29 11:25:25 +02:00
Schrolli b3ee8d29ae checkFilters() with freq und wildcards 2015-05-28 09:18:21 +02:00
Schrolli 5394bceedf insert a Lots of Docu in includes 2015-05-27 07:48:24 +02:00
Schrolli 0e952d6057 little debug and error edits 2015-05-26 11:41:05 +02:00
Schrolli d9b8ae3035 little changes 2015-05-26 07:19:24 +02:00
Bastian Schroll 3370b4387d regex filter - set dataField to check 2015-05-25 10:37:20 +02:00
Bastian Schroll fa328676e8 bug in filter.py 2015-05-25 10:28:35 +02:00
Bastian Schroll 3e59ca2127 revert edit in filter.py 2015-05-24 23:59:00 +02:00
Bastian Schroll d460947685 little change filter.py 2015-05-24 23:52:10 +02:00
Bastian Schroll 02a84b6ec9 add filter check to alarm
add filter.checkFilters() to alarmHandler.processAlarm()
2015-05-23 09:34:48 +02:00
Bastian Schroll 206463f8e9 load filters in boswatch.py 2015-05-23 09:09:13 +02:00
Bastian Schroll fbdc08d05a debug edit in filter.py 2015-05-23 09:04:01 +02:00
Bastian Schroll 7adb710be1 insert filter.checkFilters() 2015-05-23 08:58:46 +02:00
Bastian Schroll 43e56967cc add filter.py
filtering alarms
method getFilters() added
2015-05-23 08:47:05 +02:00