Skip to main content

Interface: AvionicsStatusEvents

Events related to the status of G3000 avionics units (GDUs or GTCs).

Indexable

[avionics_status: `avionics_status_${string}`]: Readonly<AvionicsStatusChangeEvent>

The status of an avionics unit has changed. The suffix of the topic is the UID of the avionics unit, in the form '[type]_[index]', where type is the type of the unit (PFD, MFD, or GTC), and index is the index of the unit among all units of its type.

Properties

avionics_global_power

avionics_global_power: Readonly<AvionicsStatusGlobalPowerEvent>

The avionics global power state has changed.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsStatus/AvionicsStatusEvents.ts:37