Fix recordings set name (#4543)

This commit is contained in:
Nicolas Mowen 2022-11-28 17:58:41 -07:00 committed by GitHub
parent 68248cc274
commit 3cb6d43fac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ class Dispatcher:
"motion": self._on_motion_command,
"motion_contour_area": self._on_motion_contour_area_command,
"motion_threshold": self._on_motion_threshold_command,
"recording": self._on_recordings_command,
"recordings": self._on_recordings_command,
"snapshots": self._on_snapshots_command,
}