mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
added Pushover Config
This commit is contained in:
parent
75de1c9688
commit
2088fd75ed
|
|
@ -126,6 +126,7 @@ BosMon = 0
|
|||
firEmergency = 0
|
||||
jsonSocket = 0
|
||||
notifyMyAndroid = 0
|
||||
Pushover = 0
|
||||
|
||||
# for developing template-module
|
||||
template = 0
|
||||
|
|
@ -301,6 +302,31 @@ phonenumber1 = 0160321654987
|
|||
# ! DO NOT USE ANY UMLAUT !
|
||||
text1 = Rueckruf Leitstelle!
|
||||
|
||||
[Pushover]
|
||||
# Pushover API Key
|
||||
api_key =
|
||||
|
||||
# Pushover Userkey or Groupkey to receive message
|
||||
user_key =
|
||||
|
||||
# Title of the message
|
||||
title = BOSWatch Message
|
||||
|
||||
# Adapt Pocsag Subric (a,b,c,d) to Pushover Priorities (see https://pushover.net/api#priority)
|
||||
SubA = 0
|
||||
SubB = 2
|
||||
SubC = 1
|
||||
SubD = 0
|
||||
|
||||
# how often should Pushover re-alert in seconds (emergency-messages)
|
||||
retry = 30
|
||||
|
||||
# when should Pushover stop to re-alert in seconds (emergency-messages)
|
||||
expire = 90
|
||||
|
||||
# use HTML in messages (0/1)
|
||||
html = 1
|
||||
|
||||
#####################
|
||||
##### Not ready yet #
|
||||
#####################
|
||||
|
|
|
|||
Loading…
Reference in a new issue