« Back to Product

Documentation

UnregisterVariable

Require: IP-Symcon >= 4.0

 boolean UnregisterVariable (string $Ident) 

Parameters

Ident

Ident of the status variable

Returns

Class Type Description
IPSModuleStrict boolean Returns whether the variable has been removed. The return value can be used, for example, to clean up other things.
IPSModule boolean If the command succeeds, it returns TRUE, otherwise FALSE.

Description

The command deletes the status variable with the Ident Ident

Example

$this->UnregisterVariable("Temperature");
Any questions?