config.json aktualisiert

This commit is contained in:
2026-06-03 08:31:42 +00:00
parent 2b4128b2f2
commit 09f8e5ec5a
+4 -5
View File
@@ -8,14 +8,13 @@
}, },
"monitors": [ "monitors": [
{ {
"parameter": "CS", "parameter": "ERR",
"warning": 0, "error": ["gt", 0]
"error": 0
}, },
{ {
"parameter": "V", "parameter": "V",
"warning": 11.5, "warning": ["lt", 11.5],
"error": 10.5 "error": ["lte", 10.5]
} }
], ],
"database": "/path/to/your/VE.Direct.db" "database": "/path/to/your/VE.Direct.db"