Documentation
GetValue
Require: IP-Symcon >= 5.0
variant GetValue (string $Ident)
Parameters
Ident | Ident of the status variable |
Returns
The content of the status variable
Description
This function supplies the value of the status variable with the Ident Ident.
Example
// Returns the value of the status variable "Statusvariable1"
$StatusvariableValue = $this->GetValue("Statusvariable1");