Compare commits

...
2 Commits
Author SHA1 Message Date
Josh Hawkins 18354aef6c add mqtt to camera config update enum 2026-04-27 07:20:46 -05:00
Josh Hawkins af2435a795 add ui to camera config update topics enum 2026-04-27 07:13:23 -05:00
+2
View File
@@ -20,6 +20,7 @@ class CameraConfigUpdateEnum(str, Enum):
ffmpeg = "ffmpeg"
live = "live"
motion = "motion" # includes motion and motion masks
mqtt = "mqtt"
notifications = "notifications"
objects = "objects"
object_genai = "object_genai"
@@ -33,6 +34,7 @@ class CameraConfigUpdateEnum(str, Enum):
lpr = "lpr"
snapshots = "snapshots"
timestamp_style = "timestamp_style"
ui = "ui"
zones = "zones"