boolean LCN_SaveScene (integer $InstanceID, integer $Scene)
InstanceID | ID of the output to be switched |
Scene | Which scene to save in (0..9, 15) |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Stores scene Scene for the outlet with ID InstanceID.
If the special value 15 is specified as the scene, the value is taken from the counter Tvar/Var1
// Saves scene 5 of the exit with ID 12345 LCN_SaveScene(12345, 5);