geofences started

This commit is contained in:
2018-04-11 16:30:34 +02:00
parent 82cb8d56cb
commit fca448a1ea
9 changed files with 528 additions and 2 deletions

View File

@ -8,5 +8,12 @@
"smtpSender": "dispatcher@hottis.de",
"smtpReceiver": "woho@hottis.de",
"homekitFile": "homekit.json",
"openhabItemFile": "openhab.items"
"openhabItemFile": "openhab.items",
"geofencesPort": 8000,
"occupants": {
"386D105B-80D0-4708-95AB-77B4D1E36D0E": "Wolfgang",
"E24E910A-ED0A-444E-8290-794339BC887C": "Matthias",
"D7352171-FCF5-4E21-8FD3-8C34FF0F2F15": "Anna",
"219117FF-B721-43E3-BE56-F77E8239705E": "Patty"
}
}