« Back to Product

Documentation

IPS_GetKernelVersion

 string IPS_GetKernelVersion ()

Returns

Program version. Major/ Minor version is seperated by a dot (".")

Description

The function returns a string with the number of the IP Symcon program version. This information can be used to decide if a script can be run under the reported version.

Example

echo IPS_GetKernelVersion();  // returns, e.g., "2.00"
Any questions?