From 2a292550ff464ac1ee3d0adef4ccbee392f0345e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Mon, 17 Mar 2025 09:46:45 +0100 Subject: [PATCH] user up und down war vertauscht --- HauptManager/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HauptManager/module.php b/HauptManager/module.php index 91bd78b..75a2f39 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -64,7 +64,7 @@ class HauptManager extends IPSModule $Netzbezug += $decodedUser["Netzbezug"]; }else{ - RequestAction($user["User_Up"],'{"timestamp":'.time().',"Is_Peak_Shaving":'.true.',"User":[]}'); + RequestAction($user["User_Down"],'{"timestamp":'.time().',"Is_Peak_Shaving":'.true.',"User":[]}'); } } diff --git a/library.json b/library.json index 58c82b6..5272a5b 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.190", + "version": "1.191", "build": 0, "date": 0 } \ No newline at end of file