Requires: IP-Symcon >= 4.1
void SetSummary (string $ShortInfo)
ShortInfo | Content to be set |
No Return |
This function sets the short information ShortInfo of the object, which is displayed in the administration console and can be read out again using IPS_GetObject.
// puts a possible IP address in the short description to ensure quick recognition. $this->SetSummary($this->ReadPropertyString("IPAddress"));