config.json hinzugefügt

This commit is contained in:
2026-06-02 20:22:10 +00:00
parent 30d433085c
commit b392191fce
+21
View File
@@ -0,0 +1,21 @@
{
"service": {
"url": "https://ntfy.example.com",
"username": "",
"password": "",
"auth_token": "",
"topic": "VED_Notify_MakeThisRandomOrComplexWithoutAuthentication"
},
"monitors": [
{
"parameter": "CS",
"warning": 0,
"error": 0
},
{
"parameter": "V",
"warning": 11.5,
"error": 10.5
}
]
}