Updated Condition for Beacon Lightning on AI A220-300 model
This commit is contained in:
parent
70dd214ed8
commit
ad560f93ab
1 changed files with 10 additions and 4 deletions
|
@ -123,10 +123,16 @@
|
|||
<object-name>BeaconGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
<equals>
|
||||
<property>valid</property>
|
||||
<value type="bool">true</value>
|
||||
</equals>
|
||||
</and>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
Loading…
Add table
Reference in a new issue