Skip to main content

Type Alias: EspAoaModuleEngageData

EspAoaModuleEngageData = object

Defined in: src/garminsdk/esp/modules/EspAoaModule.ts:9

Data describing the engagement state of an EspAoaModule.

Properties

disengageAoa

disengageAoa: number

Defined in: src/garminsdk/esp/modules/EspAoaModule.ts:17

The angle of attack, in degrees, below which the module disengages, or NaN if the module cannot engage.


engageAoa

engageAoa: number

Defined in: src/garminsdk/esp/modules/EspAoaModule.ts:14

The angle of attack, in degrees, at or above which the module engages, or NaN if the module cannot engage.


isEngaged

isEngaged: boolean

Defined in: src/garminsdk/esp/modules/EspAoaModule.ts:11

Whether the module is engaged.