Files
florida_saltaire_sys/florida/homebridge/harmony/config/config.json
Greg Johnson 7581b6b8c2 initial commit
2025-08-05 15:03:49 +10:00

11 lines
262 B
JSON

{
"enableHTTPserver": true,
"mqtt_host": "mqtt://127.0.0.1",
"topic_namespace": "harmony-api",
"mqtt_options": {
"port": 1883,
"username": "someuser",
"password": "somepassword",
"rejectUnauthorized": false
}
}