-
Notifications
You must be signed in to change notification settings - Fork 81
System state changed event
Tkael edited this page Nov 7, 2018
·
10 revisions
Triggered when there is a change in the state of a watched system.
When using this event in the Speech responder the information about this event is available under the event
object. The available variables are as follows
-
match
The name of the pattern that this event matched -
system
The name of the system -
oldstate
The old state of the system -
newstate
The new state of the system
When using this event in VoiceAttack the information about this event is available as follows
-
{TXT:EDDI system state changed match}
The name of the pattern that this event matched -
{TXT:EDDI system state changed newstate}
The new state of the system -
{TXT:EDDI system state changed oldstate}
The old state of the system -
{TXT:EDDI system state changed system}
The name of the system