boolean DS_CallScene (integer $InstanceID, integer $Scene)
InstanceID | ID of the device to be switched |
Scene | Scenes from 0 to 127 |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Switches the device with the ID InstanceID to the value Scene.
More information about the server scenes
DS_CallScene(12345, 42);