From 26ec00c63eea701c98802e41dd465d047b6212ee Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 17 Dec 2025 14:12:50 +0100 Subject: [PATCH] no message --- Energy_Pie/module.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Energy_Pie/module.php b/Energy_Pie/module.php index 644ed34..03fa00e 100644 --- a/Energy_Pie/module.php +++ b/Energy_Pie/module.php @@ -191,6 +191,7 @@ class Energy_Pie extends IPSModule public function GetVisualizationPopup(): string { // Popup (Fullscreen) soll das gleiche HTML wie das Tile anzeigen + $this->RecalculateAndPush(); return $this->GetVisualizationTile(); }