« Back to Product

Documentation

IPS_GetKernelPlatform

Require: IP-Symcon >= 4.4

 string IPS_GetKernelPlatform ()

Returns

The operating system IP-Symcon is running on

Description

The function returns a string with the operating system the IP-Symcon server is running on

Example

echo IPS_GetKernelPlatform(); 
// Sample output:
/*
// SymBox
SymBox

// Windows
Windows

// Linux
Ubuntu
Ubuntu (Docker)

// RaspberryPi
Raspberry Pi
Raspberry Pi (Docker)

// MacOS
Mac
*/
Any questions?