initial commit
This commit is contained in:
11
florida/homebridge/harmony/config/config.json
Normal file
11
florida/homebridge/harmony/config/config.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"enableHTTPserver": true,
|
||||
"mqtt_host": "mqtt://127.0.0.1",
|
||||
"topic_namespace": "harmony-api",
|
||||
"mqtt_options": {
|
||||
"port": 1883,
|
||||
"username": "someuser",
|
||||
"password": "somepassword",
|
||||
"rejectUnauthorized": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user