Skip to content

Docking timed out event

Tkael edited this page Jun 20, 2021 · 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:

  • {event.station} - The station at which the docking request has timed out

  • {event.stationtype} - The localized model / type of the station at which docking has timed out

To respond to this event in VoiceAttack, create a command entitled ((EDDI docking timed out)). VoiceAttack variables will be generated to allow you to access the event information.

The following VoiceAttack variables are available for this event:

  • {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

For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.

Clone this wiki locally