More data formatting changes for adding new cameras

pull/3/head
riley 12 months ago
parent 7a39a26086
commit c4b16c4b18

@ -70,8 +70,10 @@ o = s:option(Value, "path", "RTSP Path")
o = s:option(Value, "roles", "Roles") o = s:option(Value, "roles", "Roles")
o = s:option(Flag, "record", "Enable Recording") o = s:option(Flag, "record", "Enable Recording")
o.default = "0" o.default = "0"
o.rmempty = false
o = s:option(Flag, "snapshots", "Enable Snapshots") o = s:option(Flag, "snapshots", "Enable Snapshots")
o.default = "0" o.default = "0"
o.rmempty = false
o = s:option(Value, "mask", "Mask") o = s:option(Value, "mask", "Mask")
return m return m
Loading…
Cancel
Save