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); }