Each command line of the Control.ini must always start with the definition of a trigger event.

 


 

!i: Input event

Event related to the remote inputs 1-16.

A level change may be defined as “close” (activation of an input), “open” (deactivation of an input) or “toggle” (every level change of an input). With toggle, both the press and the release of a key action will cause a trigger event.

 

!i1c!…# -> If input 1 is active (c=close), then the downstream command will be executed.
!i1o!…# -> If input 1 is deactivated (o=open), then the downstream command will be executed.
!i1t!…# -> If input 1 changes (t=toggle), then the downstream command will be executed.