Bugfix: fix signs checklist

This commit is contained in:
Jonathan Redpath 2018-12-19 12:06:05 +00:00
parent 73f478977b
commit 39b6f57356

View file

@ -35,23 +35,23 @@ TODO: add conditions for not yet implemented stuff:
<and>
<equals>
<property>controls/switches/seatbelt-sign</property>
<value>true</value>
<value>1</value>
</equals>
<equals>
<greater-than>
<property>controls/switches/no-smoking-sign</property>
<value>true</value>
</equals>
<value>0</value>
</greater-than>
</and>
</condition>
<binding>
<command>property-assign</command>
<property>controls/switches/seatbelt-sign</property>
<value>true</value>
<value>1</value>
</binding>
<binding>
<command>property-assign</command>
<property>controls/switches/no-smoking-sign</property>
<value>true</value>
<value>0.5</value>
</binding>
<marker>
<x-m>4.6733</x-m>