Require: IP-Symcon >= 4.4
string IPS_GetKernelPlatform ()
The operating system IP-Symcon is running on
The function returns a string with the operating system the IP-Symcon server is running on
echo IPS_GetKernelPlatform();
// Sample output:
/*
// SymBox
SymBox
// Windows
Windows
// Linux
Ubuntu
Ubuntu (Docker)
// RaspberryPi
Raspberry Pi
Raspberry Pi (Docker)
// MacOS
Mac
*/