Skip to content

Commit

Permalink
Dropped legacy MQTT settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunoo committed Feb 21, 2021
1 parent 46f70f4 commit a7f3acd
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 79 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ Other users have been sharing configurations that work for them on our GitHub si
- `tlsmqtt`: Use TLS to connect to the MQTT broker. (Default: `false`)
- `usermqtt`: The username used to connect to your MQTT broker. If not set, no authentication is used.
- `passmqtt`: The password used to connect to your MQTT broker. If not set, no authentication is used.
- `topic`: The base MQTT topic to subscribe to. (Default: `homebridge`)
- `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).
- `localhttp`: Only allow HTTP calls from localhost. Useful if using helper plugins that translate to HTTP. (Default: `false`)

Expand All @@ -187,7 +186,6 @@ Other users have been sharing configurations that work for them on our GitHub si
{
"platform": "Camera-ffmpeg",
"mqtt": "127.0.0.1",
"topic": "homebridge",
"porthttp": "8080",
"cameras": []
}
Expand Down
9 changes: 1 addition & 8 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@
"type": "string",
"description": "The password used to connect to your MQTT broker. If not set, no authentication is used."
},
"topic": {
"title": "MQTT Topic",
"type": "string",
"placeholder": "homebridge",
"description": "The base MQTT topic to subscribe to."
},
"porthttp": {
"title": "HTTP Port",
"type": "integer",
Expand Down Expand Up @@ -431,8 +425,7 @@
"portmqtt",
"tlsmqtt",
"usermqtt",
"passmqtt",
"topic"
"passmqtt"
]
}
]
Expand Down
Loading

0 comments on commit a7f3acd

Please sign in to comment.