This commit is contained in:
Nicolas Mowen 2026-03-19 15:24:47 -06:00
parent c0527d1515
commit 41a53d8ef6

View File

@ -452,8 +452,6 @@ async def _execute_set_camera_state(
if not camera or not feature or not value: if not camera or not feature or not value:
return {"error": "camera, feature, and value are all required."} return {"error": "camera, feature, and value are all required."}
from frigate.api.camera import _SUB_COMMAND_FEATURES
dispatcher = request.app.dispatcher dispatcher = request.app.dispatcher
frigate_config = request.app.frigate_config frigate_config = request.app.frigate_config