no message
This commit is contained in:
@@ -57,6 +57,8 @@ class PV_Visu extends IPSModule
|
||||
|
||||
// Daten als JSON-String übergeben
|
||||
$json = json_encode($data);
|
||||
IPS_LogMessage("TEST", print_r($data));
|
||||
|
||||
$this->UpdateVisualizationValue($json);
|
||||
|
||||
// HTML-Template laden und zurückgeben
|
||||
@@ -112,6 +114,7 @@ class PV_Visu extends IPSModule
|
||||
];
|
||||
|
||||
$json = json_encode($data);
|
||||
IPS_LogMessage("TEST", print_r($data));
|
||||
$this->UpdateVisualizationValue($json);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user