Make action_buttons configuration optional

This commit is contained in:
Franck Nijhof 2021-04-19 19:38:44 +02:00
parent 9760060d1a
commit a4f2cd8a31
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -25,8 +25,7 @@
"motion_webcontrol": false, "motion_webcontrol": false,
"ssl": true, "ssl": true,
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem", "keyfile": "privkey.pem"
"action_buttons": []
}, },
"schema": { "schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "log_level": "list(trace|debug|info|notice|warning|error|fatal)?",