Off indicator when volts drop below 20.
This commit is contained in:
parent
02021216c2
commit
08e0ffece0
1 changed files with 3 additions and 3 deletions
|
@ -83,7 +83,7 @@ Jan 28 2003
|
||||||
<condition>
|
<condition>
|
||||||
<greater-than-equals>
|
<greater-than-equals>
|
||||||
<property>/systems/electrical/outputs/turn-coordinator</property>
|
<property>/systems/electrical/outputs/turn-coordinator</property>
|
||||||
<value>40</value>
|
<value>20</value>
|
||||||
</greater-than-equals>
|
</greater-than-equals>
|
||||||
</condition>
|
</condition>
|
||||||
<w>56</w>
|
<w>56</w>
|
||||||
|
@ -112,7 +112,7 @@ Jan 28 2003
|
||||||
<condition>
|
<condition>
|
||||||
<less-than>
|
<less-than>
|
||||||
<property>/systems/electrical/outputs/turn-coordinator</property>
|
<property>/systems/electrical/outputs/turn-coordinator</property>
|
||||||
<value>40</value>
|
<value>20</value>
|
||||||
</less-than>
|
</less-than>
|
||||||
</condition>
|
</condition>
|
||||||
<w>56</w>
|
<w>56</w>
|
||||||
|
|
Loading…
Reference in a new issue