Files
dispatcher_ng/dispatcher_ng.conf
Wolfgang Hottgenroth 718ac667d1 several quick fixes
2018-06-03 21:50:40 +02:00

18 lines
498 B
Plaintext

{
"brokerUrl": "mqtt://172.16.2.16:1883",
"brokerUser": "",
"brokerPass": "",
"brokerCa": "",
"smtpHost": "localhost",
"smtpPort": 25,
"smtpSender": "dispatcher@hottis.de",
"smtpReceiver": "woho@hottis.de",
"homekitFile": "homekit.json",
"openhabItemFile": "openhab.items",
"heartbeatTopic": "dispatcher_ng/i/am/alive",
"heartbeatInterval": 10000,
"watchdogTopic": "IoT/Watchdog",
"watchdogInterval": 1000,
"watchdogMessage": "WauWau!"
}