mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-09 01:50:06 +01:00
added SMS77 config
This commit is contained in:
parent
fbca3b2cbb
commit
9e457114e2
|
|
@ -126,6 +126,7 @@ BosMon = 0
|
|||
firEmergency = 0
|
||||
jsonSocket = 0
|
||||
notifyMyAndroid = 0
|
||||
Sms77 = 0
|
||||
|
||||
# for developing template-module
|
||||
template = 0
|
||||
|
|
@ -301,6 +302,24 @@ phonenumber1 = 0160321654987
|
|||
# ! DO NOT USE ANY UMLAUT !
|
||||
text1 = Rueckruf Leitstelle!
|
||||
|
||||
|
||||
[Sms77]
|
||||
# SMS77 configuration
|
||||
# Login Username
|
||||
user =
|
||||
|
||||
# Password or API Key
|
||||
password =
|
||||
|
||||
# Receiver singlenumber or groupname from adressbook
|
||||
to =
|
||||
|
||||
# Sender number or name
|
||||
from =
|
||||
|
||||
# Type of Message (see https://www.sms77.de/funktionen/smstypen and https://www.sms77.de/funktionen/http-api)
|
||||
type = quality
|
||||
|
||||
#####################
|
||||
##### Not ready yet #
|
||||
#####################
|
||||
|
|
|
|||
Loading…
Reference in a new issue