diff --git a/config/config.template.ini b/config/config.template.ini index 3be9c60..ba55ef3 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -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 # #####################