Documentation
SetVisualizationType
Require: IP-Symcon >= 7.1
boolean SetVisualizationType (int $VisualisierungsTyp)
Parameters
VisualisierungsTyp | Visualization type for individual visualization |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
This function can be used to display the instance individually. Depending on the VisualizationType specified, the instance does not offer an individual display at 0. Otherwise, an individual display is offered, which is implemented at 1 via HTML-SDK.
Example
// Acivate HTML-SDK
$this->SetVisualizationType(1);