« Back to Product

Documentation

AS_SetSimulation

Require: IP-Symcon >= 5.0

 boolean AS_SetSimulation (int $InstanceID, boolean $SetActive) 

Parameters

InstanceID

ID of the presence simulation

SetActive

Enables/Disables Presence Simulation

Returns

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

Description

SetActive enables (true) or disables (false) the presence simulation with InstanceID InstanceID.

Example

AS_SetSimulation(12345, true);
Any questions?