Files
VE.Direct-notify/config.json
T
2026-06-03 08:31:42 +00:00

21 lines
495 B
JSON

{
"service": {
"url": "https://ntfy.example.com",
"username": "",
"password": "",
"auth_token": "",
"topic": "VED_Notify_MakeThisRandomOrComplexWithoutAuthentication"
},
"monitors": [
{
"parameter": "ERR",
"error": ["gt", 0]
},
{
"parameter": "V",
"warning": ["lt", 11.5],
"error": ["lte", 10.5]
}
],
"database": "/path/to/your/VE.Direct.db"
}