-
Notifications
You must be signed in to change notification settings - Fork 82
Carrier decommission scheduled event
Triggered when you request the decommissioning of your fleet carrier.
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.days} - The days component of the time remaining before the fleet carrier is decommissioned
-
{event.hours} - The hours component of the time remaining before the fleet carrier is decommissioned
-
{event.minutes} - The minutes component of the time remaining before the fleet carrier is decommissioned
-
{event.refund} - The amount which will be refunded to you when the fleet carrier is decommissioned
-
{event.totalDays} - The total days until the fleet carrier is decommissioned, expressed as a decimal
To respond to this event in VoiceAttack, create a command entitled ((EDDI carrier decommission scheduled)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{INT:EDDI carrier decommission scheduled days} - The days component of the time remaining before the fleet carrier is decommissioned
-
{INT:EDDI carrier decommission scheduled hours} - The hours component of the time remaining before the fleet carrier is decommissioned
-
{INT:EDDI carrier decommission scheduled minutes} - The minutes component of the time remaining before the fleet carrier is decommissioned
-
{DEC:EDDI carrier decommission scheduled refund} - The amount which will be refunded to you when the fleet carrier is decommissioned
-
{DEC:EDDI carrier decommission scheduled total days} - The total days until the fleet carrier is decommissioned, expressed as a decimal
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.