Skip to main content

Enumeration: EspOperatingMode

Defined in: src/garminsdk/esp/EspTypes.ts:4

Garmin ESP operating modes.

Enumeration Members

Armed

Armed: "Armed"

Defined in: src/garminsdk/esp/EspTypes.ts:12

The system is on and can apply force to controls as necessary.


Disarmed

Disarmed: "Disarmed"

Defined in: src/garminsdk/esp/EspTypes.ts:9

The system is on, but arming is inhibited due to autopilot engagement or violation of an arming limit.


Failed

Failed: "Failed"

Defined in: src/garminsdk/esp/EspTypes.ts:18

The system has failed.


Interrupted

Interrupted: "Interrupted"

Defined in: src/garminsdk/esp/EspTypes.ts:15

The system is on and armed but is prevented from being able to apply force to controls due to pilot action.


Off

Off: "Off"

Defined in: src/garminsdk/esp/EspTypes.ts:6

The system is off.