added command log_events

This commit is contained in:
Paul
2019-10-02 19:20:55 +02:00
parent 79bc45051f
commit b00405e5b7
8 changed files with 155 additions and 24 deletions

View File

@@ -69,7 +69,8 @@ var configfile = {
"general": {
"hostname": "myesp",
"password": "admin",
"serial": true
"serial": true,
"log_events": true
},
"mqtt": {
"enabled": false,