-
Notifications
You must be signed in to change notification settings - Fork 82
System state changed event
T'kael edited this page May 25, 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
To respond to this event in VoiceAttack, create a command entitled ((EDDI system state changed)). The event information can be accessed using the following VoiceAttack variables
-
{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