|
|
@ -46,7 +46,7 @@ o = s:option(Value, "host", "MQTT Host")
|
|
|
|
o.default = "mqtt.server.com"
|
|
|
|
o.default = "mqtt.server.com"
|
|
|
|
|
|
|
|
|
|
|
|
-- Detectors Configuration
|
|
|
|
-- Detectors Configuration
|
|
|
|
s = m:section(TypedSection, "frigate_config", "Detectors Configuration", "Settings for Detectors")
|
|
|
|
s = m:section(NamedSection, "detectors", "frigate_config", "Settings for Detectors")
|
|
|
|
s.addremove = false
|
|
|
|
s.addremove = false
|
|
|
|
s.anonymous = true
|
|
|
|
s.anonymous = true
|
|
|
|
|
|
|
|
|
|
|
|