1
0
Fork 0
A320-family/Nasal/ADIRS/SwitchingPanel.nas
2019-11-04 19:20:56 +00:00

11 lines
No EOL
304 B
Text

# A3XX Switching Panel
# Jonathan Redpath (legoboyvdlp)
# Copyright (c) 2019 Jonathan Redpath (legoboyvdlp)
var SwitchingPanel = {
Switches: {
attHdg: props.globals.getNode("/controls/navigation/switching/att-hdg"),
airData: props.globals.getNode("/controls/navigation/switching/air-data"),
},
};