1
0
Fork 0

OXygen: fix power supply

This commit is contained in:
Jonathan Redpath 2022-01-02 18:46:45 +00:00
parent 02d47b475e
commit 361795c89f

View file

@ -316,11 +316,11 @@
<default value="/systems/oxygen/passenger-oxygen/sys-on-light"/>
<test logic="OR" value="0">
/controls/oxygen/passenger-mask-reset eq 1
/systems/electrical/bus/dc-ess lt 25
/systems/electrical/bus/dc-ess-shed lt 25
</test>
<test logic="AND" value="1">
/systems/oxygen/passenger-oxygen/masks-deploy-cmd eq 1
/systems/electrical/bus/dc-ess ge 25
/systems/electrical/bus/dc-ess-shed ge 25
</test>
<output>/systems/oxygen/passenger-oxygen/sys-on-light</output>
</switch>