mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-02 23:00:09 +01:00
Add Section for Divera-Plugin
This commit is contained in:
parent
ca26f1dc9a
commit
4b8f64795b
|
|
@ -175,6 +175,7 @@ Pushover = 0
|
|||
Telegram = 0
|
||||
yowsup = 0
|
||||
hue = 0
|
||||
Divera = 0
|
||||
|
||||
# for developing - template-module
|
||||
template = 0
|
||||
|
|
@ -463,6 +464,32 @@ timeoff = 1
|
|||
# configure 0 to keep the switch on for infinite time or configure >=1 to keep it for the value in seconds to on, before switching to off.
|
||||
keepon = 60
|
||||
|
||||
[Divera]
|
||||
#See https://www.divera247.com/documentation/local-management-alarm-api.html for Api-Documentation
|
||||
# Divera API Key
|
||||
accesskey =
|
||||
|
||||
# Section for POCSAG
|
||||
# Adapt Pocsag Subric (a,b,c,d) to Divera Priorities (true/false)
|
||||
SubA = true
|
||||
SubB = false
|
||||
SubC = false
|
||||
SubD = false
|
||||
|
||||
poc_type = %DESCR%: %MSG%
|
||||
poc_text = %DATE% %TIME% - %DESCR%: %MSG%
|
||||
|
||||
# Section for ZVEI
|
||||
# default prio for all ZVEI - except you specify it different
|
||||
zvei_prio = true
|
||||
zvei_type = Alarm: %ZVEI%
|
||||
zvei_test = %DATE% %TIME%: %ZVEI%
|
||||
|
||||
# Section for FMS
|
||||
fms_prio = true
|
||||
fms_type = FMS: %FMS%
|
||||
fms_text = %DATE% %TIME%: %FMS%%BR%Status: %STATUS% - Direction: %DIRT% - TSI: %TSI% %LPAR%%DESCR%%RPAR%
|
||||
|
||||
#####################
|
||||
##### Not ready yet #
|
||||
#####################
|
||||
|
|
|
|||
Loading…
Reference in a new issue