From b392191fce49e117593da487085ef46d6f290a0c Mon Sep 17 00:00:00 2001 From: SCHAUAUS GmbH <2+schauausgmbh@noreply.aaskablackwolf.servehttp.com> Date: Tue, 2 Jun 2026 20:22:10 +0000 Subject: [PATCH] =?UTF-8?q?config.json=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..b3af77c --- /dev/null +++ b/config.json @@ -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 + } + ] +} \ No newline at end of file