Documentation
IPS_GetPresentations
Require: IP-Symcon >= 8.0
string IPS_GetPresentations ()
Returns
A JSON-encoded list of all available presentations.
The fields of the individual presentations are described in more detail here.
Description
Returns a JSON-encoded list of all available presentations.
Example
// All presentations as array
$presentations = json_decode(IPS_GetPresentations(), true);