Merge pull request #6484 from dos1/mosq
luci-app-mosquitto: fixes for notification options
This commit is contained in:
commit
8fe85d9bac
1 changed files with 2 additions and 2 deletions
|
@ -160,9 +160,9 @@ topics = s:option(DynamicList, "topic", _("topic"),
|
|||
|
||||
OptionalFlag(s, "cleansession", _("Clean session"))
|
||||
OptionalFlag(s, "notifications", _("notifications"),
|
||||
_("Attempt to notify the local and remote broker of connection status, defaults to $SYS/broker/connections/<clientid>/state"))
|
||||
_("Attempt to notify the local and remote broker of connection status, defaults to $SYS/broker/connections/<clientid>/state"))
|
||||
s:option(Value, "notification_topic", _("Topic to use for local+remote remote for notifications.")).optional = true
|
||||
OptionalFlag(s, "notification_local_only", _("Notifications local only"), _("Bridge connection states should only be published locally"))
|
||||
OptionalFlag(s, "notifications_local_only", _("Notifications local only"), _("Bridge connection states should only be published locally"))
|
||||
|
||||
s:option(Value, "remote_clientid", _("Client id to use on remote end of this bridge connection")).optional = true
|
||||
s:option(Value, "local_clientid", _("Client id to use locally. Important when bridging to yourself")).optional = true
|
||||
|
|
Loading…
Reference in a new issue