add device descriptions for n21 and n22.
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
aqua_n18.xml
|
||||
aqua_n19.xml
|
||||
aqua_n20.xml
|
||||
aqua_n21.xml
|
||||
aqua_n22.xml
|
||||
</data>
|
||||
|
||||
</gwbuild>
|
||||
|
||||
14
devices/nodes/aqua_n21.xml
Normal file
14
devices/nodes/aqua_n21.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
<device name="aqua_n21" driver="nodes">
|
||||
<manufacturer>AQUA</manufacturer>
|
||||
<devicetype>N</devicetype>
|
||||
<deviceversion>21</deviceversion>
|
||||
|
||||
<values>
|
||||
<value name="SI7021_TEMP" id="0x01" type="sensor" dataType="rational" modality="temperature" units="C" denom="100" />
|
||||
<value name="SI7021_HUM" id="0x02" type="sensor" dataType="rational" modality="humidity" units="%" denom="1" />
|
||||
<value name="MOTION" id="0x07" type="sensor" dataType="rational" modality="motion" denom="1" />
|
||||
<value name="DOOR" id="0x08" type="sensor" dataType="rational" modality="door" denom="1" />
|
||||
</values>
|
||||
|
||||
</device>
|
||||
19
devices/nodes/aqua_n22.xml
Normal file
19
devices/nodes/aqua_n22.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
<device name="aqua_n22" driver="nodes">
|
||||
<manufacturer>AQUA</manufacturer>
|
||||
<devicetype>N</devicetype>
|
||||
<deviceversion>22</deviceversion>
|
||||
|
||||
<values>
|
||||
<value name="DS18B20_TEMP" id="0x06" type="sensor" dataType="rational" modality="temperature" units="C" denom="16" />
|
||||
|
||||
<value name="NUMLEDS" id="0x82" type="actor" dataType="int" />
|
||||
<value name="RGBWVALUE" id="0x83" type="actor" dataType="dword" />
|
||||
|
||||
<value name="MALRGBWVALUE" id="0x84" type="actor" dataType="dword" />
|
||||
<value name="MALONTIME" id="0x85" type="actor" dataType="uint16" />
|
||||
<value name="MALSOURCE1" id="0x86" type="actor" dataType="uint16" />
|
||||
<value name="MALSOURCE2" id="0x87" type="actor" dataType="uint16" />
|
||||
</values>
|
||||
|
||||
</device>
|
||||
Reference in New Issue
Block a user