« Back to Product

Documentation

SZS_CallScene

Require: IP-Symcon >= 5.0

 boolean SZS_CallScene (int $InstanceID, int $SceneNumber) 

Parameters

InstanceID

ID of the Instance

SceneNumber

Number of the Scene

Returns

If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.

Description

Gets the values of the scene with number SceneNumber stored in the scene control module with InstanceID InstanceID and sets the associated variables.

Example

SZS_CallScene(12345, 1);
Any questions?