From cf948e444ae4d878394a12946b4b7cfc4fa6b031 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 19 Apr 2021 23:04:07 +0200 Subject: [PATCH] Revert "Make action_buttons configuration optional (#211)" This reverts commit 4a91ee54ca1df80d14a7602596bfe1da2485de45. --- motioneye/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/motioneye/config.json b/motioneye/config.json index 80d91e6..0de01ec 100755 --- a/motioneye/config.json +++ b/motioneye/config.json @@ -25,7 +25,8 @@ "motion_webcontrol": false, "ssl": true, "certfile": "fullchain.pem", - "keyfile": "privkey.pem" + "keyfile": "privkey.pem", + "action_buttons": [] }, "schema": { "log_level": "list(trace|debug|info|notice|warning|error|fatal)?",