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>
|
||||
<greater-than-equals>
|
||||
<property>/systems/electrical/outputs/turn-coordinator</property>
|
||||
<value>40</value>
|
||||
<value>20</value>
|
||||
</greater-than-equals>
|
||||
</condition>
|
||||
<w>56</w>
|
||||
|
@ -112,7 +112,7 @@ Jan 28 2003
|
|||
<condition>
|
||||
<less-than>
|
||||
<property>/systems/electrical/outputs/turn-coordinator</property>
|
||||
<value>40</value>
|
||||
<value>20</value>
|
||||
</less-than>
|
||||
</condition>
|
||||
<w>56</w>
|
||||
|
|
Loading…
Reference in a new issue