Merge branch 'main' of https://git.schauaus.at/VE-Tools/VE.Direct-notify
This commit is contained in:
+4
-5
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user