mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
Adding SMS
Enabling SMS-functions
This commit is contained in:
parent
9cad255804
commit
18dae06266
|
|
@ -283,6 +283,23 @@ appName = BOSWatch
|
|||
# configuration loaded from csv/nma.csv
|
||||
usecsv = 0
|
||||
|
||||
[SMS]
|
||||
# be aware that you need 'gammu' installed and running
|
||||
# at least you need an UMTS-stick which is supported by 'gammu'
|
||||
|
||||
quantity = 1
|
||||
# be sensitive to single RIC
|
||||
ric1 = 1234567
|
||||
|
||||
# but you can watch several subrics, comma-separated
|
||||
subric1 = a, b
|
||||
|
||||
# a single cellphone-number
|
||||
phonenumber1 = 0160321654987
|
||||
|
||||
# and the text for the sms
|
||||
# ! DO NOT USE ANY UMLAUT !
|
||||
text1 = Rueckruf Leitstelle!
|
||||
|
||||
#####################
|
||||
##### Not ready yet #
|
||||
|
|
|
|||
Loading…
Reference in a new issue