From c4b16c4b18b0bb1c5f3ff8c708615cc29cd3096c Mon Sep 17 00:00:00 2001 From: riley Date: Tue, 26 Sep 2023 23:00:38 -0400 Subject: [PATCH] More data formatting changes for adding new cameras --- luasrc/model/cbi/frigate.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/luasrc/model/cbi/frigate.lua b/luasrc/model/cbi/frigate.lua index 2a495e7..62cc3e3 100644 --- a/luasrc/model/cbi/frigate.lua +++ b/luasrc/model/cbi/frigate.lua @@ -70,8 +70,10 @@ o = s:option(Value, "path", "RTSP Path") o = s:option(Value, "roles", "Roles") o = s:option(Flag, "record", "Enable Recording") o.default = "0" +o.rmempty = false o = s:option(Flag, "snapshots", "Enable Snapshots") o.default = "0" +o.rmempty = false o = s:option(Value, "mask", "Mask") return m \ No newline at end of file