Skip to content

Commit

Permalink
refactor(flightdeck-api): incorrect custom LVAR for no smoking switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Valastiri authored Aug 15, 2023
1 parent ec2969e commit 5f08817
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/fbw-a32nx/a32nx-api/a32nx-flightdeck-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@ Flight Deck: [INT LT Panel](../../pilots-corner/a32nx-briefing/flight-deck/ovhd/

Flight Deck: [Signs Panel](../../pilots-corner/a32nx-briefing/flight-deck/ovhd/signs.md)

| Function | API Usage | Values | Read/Write | Type | Remark |
|:-------------|:---------------------------------------------|:---------|:-----------|:-----------------|:--------------------|
| SEAT BELTS | CABIN_SEATBELTS_ALERT_SWITCH_TOGGLE | - | - | SIMCONNECT EVENT | |
| | CABIN SEATBELTS ALERT SWITCH | 0|1 | R | SIMCONNECT VAR | |
| | | | | | |
| NO SMOKING | XMLVAR_SWITCH_OVHD_INTLT_NONSMOKING_POSITION | 0..2 | R/W | Custom LVAR | 0=ON, 1=AUTO, 2=OFF |
| | | | | | |
| EMER EXIT LT | XMLVAR_SWITCH_OVHD_INTLT_EMEREXIT_POSITION | 0..2 | R/W | Custom LVAR | 0=ON, 1=AUTO, 2=OFF |
| Function | API Usage | Values | Read/Write | Type | Remark |
|:-------------|:--------------------------------------------|:---------|:-----------|:-----------------|:--------------------|
| SEAT BELTS | CABIN_SEATBELTS_ALERT_SWITCH_TOGGLE | - | - | SIMCONNECT EVENT | |
| | CABIN SEATBELTS ALERT SWITCH | 0|1 | R | SIMCONNECT VAR | |
| | | | | | |
| NO SMOKING | XMLVAR_SWITCH_OVHD_INTLT_NOSMOKING_POSITION | 0..2 | R/W | Custom LVAR | 0=ON, 1=AUTO, 2=OFF |
| | | | | | |
| EMER EXIT LT | XMLVAR_SWITCH_OVHD_INTLT_EMEREXIT_POSITION | 0..2 | R/W | Custom LVAR | 0=ON, 1=AUTO, 2=OFF |

### ADIRS Panel

Expand Down

1 comment on commit 5f08817

@vercel
Copy link

@vercel vercel bot commented on 5f08817 Aug 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-git-primary-flybywire.vercel.app
docs.flybywiresim.com
docs-flybywire.vercel.app

Please sign in to comment.