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": [
{
"parameter": "CS",
"warning": 0,
"error": 0
"parameter": "ERR",
"error": ["gt", 0]
},
{
"parameter": "V",
"warning": 11.5,
"error": 10.5
"warning": ["lt", 11.5],
"error": ["lte", 10.5]
}
],
"database": "/path/to/your/VE.Direct.db"