« Back to Product

Documentation

DS_CallScene

 boolean DS_CallScene (int $InstanceID, int $Scene) 

Parameters

InstanceID

ID of the device to be switched

Scene

Scenes from 0 to 127

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Switches the device with the ID InstanceID to the value Scene.
More information about the server scenes

Example

DS_CallScene(12345, 42);
Any questions?