Skip to content

Commit a7f3acd

Browse files
committed
Dropped legacy MQTT settings
1 parent 46f70f4 commit a7f3acd

File tree

6 files changed

+201
-79
lines changed

6 files changed

+201
-79
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ Other users have been sharing configurations that work for them on our GitHub si
177177
- `tlsmqtt`: Use TLS to connect to the MQTT broker. (Default: `false`)
178178
- `usermqtt`: The username used to connect to your MQTT broker. If not set, no authentication is used.
179179
- `passmqtt`: The password used to connect to your MQTT broker. If not set, no authentication is used.
180-
- `topic`: The base MQTT topic to subscribe to. (Default: `homebridge`)
181180
- `porthttp`: The port to listen on for HTTP-based automation. If not set, HTTP support is not started. See the project site for [more information on using HTTP](https://sunoo.github.io/homebridge-camera-ffmpeg/automation/http.html).
182181
- `localhttp`: Only allow HTTP calls from localhost. Useful if using helper plugins that translate to HTTP. (Default: `false`)
183182

@@ -187,7 +186,6 @@ Other users have been sharing configurations that work for them on our GitHub si
187186
{
188187
"platform": "Camera-ffmpeg",
189188
"mqtt": "127.0.0.1",
190-
"topic": "homebridge",
191189
"porthttp": "8080",
192190
"cameras": []
193191
}

config.schema.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@
4444
"type": "string",
4545
"description": "The password used to connect to your MQTT broker. If not set, no authentication is used."
4646
},
47-
"topic": {
48-
"title": "MQTT Topic",
49-
"type": "string",
50-
"placeholder": "homebridge",
51-
"description": "The base MQTT topic to subscribe to."
52-
},
5347
"porthttp": {
5448
"title": "HTTP Port",
5549
"type": "integer",
@@ -431,8 +425,7 @@
431425
"portmqtt",
432426
"tlsmqtt",
433427
"usermqtt",
434-
"passmqtt",
435-
"topic"
428+
"passmqtt"
436429
]
437430
}
438431
]

0 commit comments

Comments
 (0)