Skip to content

Docking timed out event

Richard Buckle edited this page Nov 9, 2018 · 10 revisions

Triggered when your docking request times out. 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

  • station The station at which the docking request has timed out

  • stationtype The localized model / type of the station at which docking has timed out

  • stationDefinition The model / type of the station at which docking has timed out (this is an object)

To respond to this event in VoiceAttack, create a command entitled ((EDDI docking timed out)). The event information can be accessed using the following VoiceAttack variables

  • {TXT:EDDI docking timed out station} The station at which the docking request has timed out
  • {TXT:EDDI docking timed out stationtype} The localized model / type of the station at which docking has timed out
Clone this wiki locally