Documentation
LCN_LoadScene
boolean LCN_LoadScene (int $InstanceID, int $Scene)
Parameters
InstanceID | ID of the output to be switched |
Scene | Which scene should be loaded (0.. 9, 15) |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Calls the scene Scene of the output with the ID InstanceID.
If the special value 15 is specified as the scene, the value is taken from the counter Tvar/Var1
Example
//Calls scene 5 of the output with ID 12345
LCN_LoadScene(12345, 5);