Callstatechanged, Inputchanged, Event.callstatechanged – 2N Helios IP Automation Manual v2.7 User Manual
Page 13: Event.inputchanged, Parameters, Variables, Example

13
Event.CardEntered: Card=0012456
Event.CallStateChanged
The
block defines the event generated by a call state change (call
CallStateChanged
ringing, call connection, call termination, etc.).
Parameters
State – define the call state change.
Valid values:
ringing – ringing start
connected – successful call connection
terminated – call termination.
Direction – define the call direction.
Valid values:
incoming – incoming calls
outgoing – outgoing calls
any – both directions.
The parameter is optional, the default value is
.
any
Variables
State – the detected call state which generated this event. The options
correspond to the State parameter.
Direction – the detected call direction which generated this event. The options
are incoming or outgoing.
Example
Event generated by termination of any outgoing call:
Event.CallStateChanged: State=terminated; Direction=outgoing
Event.InputChanged
The
block defines the event generated by a change of the logic level
InputChanged
on the defined digital input.