Type Alias: EspPitchModuleEngageData
EspPitchModuleEngageData =
object
Defined in: src/garminsdk/esp/modules/EspPitchModule.ts:9
Data describing the engagement state of an EspPitchModule.
Properties
disengagePitch
disengagePitch:
number
Defined in: src/garminsdk/esp/modules/EspPitchModule.ts:29
The pitch angle, in degrees, within which the module disengages, or NaN
if the module cannot engage. Positive
angles represent downward pitch.
engagePitch
engagePitch:
number
Defined in: src/garminsdk/esp/modules/EspPitchModule.ts:17
The pitch angle, in degrees, at or beyond which the module engages, or NaN
if the module cannot engage. Positive
angles represent downward pitch.
engagePitchLimit
engagePitchLimit:
number
Defined in: src/garminsdk/esp/modules/EspPitchModule.ts:23
The pitch angle, in degrees, beyond which the module cannot engage, or NaN
if there is no limit. Positive angles
represent downward pitch.
isEngaged
isEngaged:
boolean
Defined in: src/garminsdk/esp/modules/EspPitchModule.ts:11
Whether the module is engaged.