1
0
Fork 0

Merge branch 'Work' of \New Git\fgdata

This commit is contained in:
Vivian Meazza 2010-12-08 18:08:37 +00:00
commit 75526afb6f

View file

@ -234,6 +234,29 @@ properties' values.
<property>/instrumentation/kln89/scan-pull</property>
</binding>
</action>
<action>
<name>Photocell Obscure</name>
<!--This action represents the user obscuring the light-sensitive photocell
in order to test the night-time brightness level of the display-->
<button>0</button>
<x>-408</x>
<y>64</y>
<w>40</w>
<h>40</h>
<binding>
<command>property-assign</command>
<property>/instrumentation/kln89/photocell-obscured</property>
<value >1</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>/instrumentation/kln89/photocell-obscured</property>
<value>0</value>
</binding>
</mod-up>
</action>
</actions>