add mqtt to camera config update enum

This commit is contained in:
Josh Hawkins 2026-04-27 07:20:46 -05:00
parent af2435a795
commit 18354aef6c

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"