From 9a242833309637b5fe9398a0ddf0f918ed2e3e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 24 Jun 2025 14:18:38 +0200 Subject: [PATCH] no message --- PV_Visu/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PV_Visu/module.php b/PV_Visu/module.php index b39fd95..21f5d7f 100644 --- a/PV_Visu/module.php +++ b/PV_Visu/module.php @@ -13,7 +13,7 @@ class PV_Visu extends IPSModule $this->RegisterPropertyInteger('VarFeedIn', 0); $this->RegisterPropertyInteger('VarGrid', 0); // HTML-SDK Tile aktivieren - $this->SetVisualizationType(3); + $this->SetVisualizationType(1); }