Merge pull request #5811 from PtilopsisLeucotis/luci-app-mosquitto
luci-app-mosquitto: add option 'allow anonymous'
This commit is contained in:
commit
cfc8e2bf8d
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ o = s:option(Value, "sys_interval", _("Time in seconds between updates of the $S
|
|||
o.datatype = "uinteger"
|
||||
o.optional = true
|
||||
|
||||
OptionalFlag(s, "allow_anonymous", _("Allow anonymous connections"), _("Allow to connect without providing a username and password"))
|
||||
o = s:option(Value, "max_inflight_messages", _("Max Inflight Messages"), _("Limit for message allowed inflight"))
|
||||
o.datatype = "uinteger"
|
||||
o.optional = true
|
||||
|
|
Loading…
Reference in a new issue