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> <and>
<equals> <equals>
<property>controls/switches/seatbelt-sign</property> <property>controls/switches/seatbelt-sign</property>
<value>true</value> <value>1</value>
</equals> </equals>
<equals> <greater-than>
<property>controls/switches/no-smoking-sign</property> <property>controls/switches/no-smoking-sign</property>
<value>true</value> <value>0</value>
</equals> </greater-than>
</and> </and>
</condition> </condition>
<binding> <binding>
<command>property-assign</command> <command>property-assign</command>
<property>controls/switches/seatbelt-sign</property> <property>controls/switches/seatbelt-sign</property>
<value>true</value> <value>1</value>
</binding> </binding>
<binding> <binding>
<command>property-assign</command> <command>property-assign</command>
<property>controls/switches/no-smoking-sign</property> <property>controls/switches/no-smoking-sign</property>
<value>true</value> <value>0.5</value>
</binding> </binding>
<marker> <marker>
<x-m>4.6733</x-m> <x-m>4.6733</x-m>