This commit is contained in:
Aaska Black Wolf
2026-06-03 13:28:03 +02:00
+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"