let setData use double values instead of strings.
this allows for storing value set with setData which can then be used in the cgi module to retrieve the last value set.
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
<values>
|
||||
<value name="power" type="actor">
|
||||
<translations>
|
||||
<translation aqhValue="0.0" driverValue="off"/>
|
||||
<translation aqhValue="1.0" driverValue="on"/>
|
||||
<translation aqhValue="0" driverValue="off"/>
|
||||
<translation aqhValue="1" driverValue="on"/>
|
||||
</translations>
|
||||
</value>
|
||||
</values>
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
<values>
|
||||
<value name="power" type="actor">
|
||||
<translations>
|
||||
<translation aqhValue="0.0" driverValue="off"/>
|
||||
<translation aqhValue="1.0" driverValue="on"/>
|
||||
<translation aqhValue="0" driverValue="off"/>
|
||||
<translation aqhValue="1" driverValue="on"/>
|
||||
</translations>
|
||||
</value>
|
||||
</values>
|
||||
|
||||
Reference in New Issue
Block a user