Skip to content

Commit

Permalink
API Fix LIGHTING_LANDING_1..3
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkopp committed Mar 5, 2024
1 parent 00ae85f commit b0c1dc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/fbw-a32nx/a32nx-api/a32nx-flightdeck-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ Flight Deck: [EXT LT Panel](../../pilots-corner/a32nx-briefing/flight-deck/ovhd
| | LANDING_LIGHTS_TOGGLE | 0..3 | - | SIMCONNECT EVENT | 0=all, 1=NOSE, 2=L, 3=R |
| | CIRCUIT SWITCH ON:18 | 0|1 | R/W | MSFS VAR | Left landing light |
| | CIRCUIT SWITCH ON:19 | 0|1 | R/W | MSFS VAR | Right landing light |
| | LIGHTING_LANDING_1 | 0|1 | R/W | Custom LVAR | Switch position of the NOSE switch: 2=OFF, 1=TAXI, 0=T.O. |
| | LIGHTING_LANDING_2 | 0|1 | R/W | Custom LVAR | Switch position of the left landing light: 2=RETRACT, 1=OFF, 0=ON |
| | LIGHTING_LANDING_3 | 0|1 | R/W | Custom LVAR | Switch position of the right landing light: 2=RETRACT, 1=OFF, 0=ON |
| | LIGHTING_LANDING_1 | 0..2 | R/W | Custom LVAR | Switch position of the NOSE switch: 2=OFF, 1=TAXI, 0=T.O. |
| | LIGHTING_LANDING_2 | 0..2 | R/W | Custom LVAR | Switch position of the left landing light: 2=RETRACT, 1=OFF, 0=ON |
| | LIGHTING_LANDING_3 | 0..2 | R/W | Custom LVAR | Switch position of the right landing light: 2=RETRACT, 1=OFF, 0=ON |
| | LANDING_1_RETRACTED | 0|1 | R/W | Custom LVAR | No function - NOSE light can't be retracted |
| | LANDING_2_RETRACTED | 0|1 | R/W | Custom LVAR | Retraction of left landing light: 0=extended, 1=retracted |
| | LANDING_3_RETRACTED | 0|1 | R/W | Custom LVAR | Retraction of right landing light 0=extended, 1=retracted |
Expand Down

0 comments on commit b0c1dc5

Please sign in to comment.