moved device info files to their respective device folders.
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
main
|
||||
</subdirs>
|
||||
|
||||
<data dist="true" install="$(datadir)/aqhome/devices/nodes">
|
||||
aqua_n16.xml
|
||||
</data>
|
||||
|
||||
<extradist>
|
||||
defs.asm
|
||||
README
|
||||
|
||||
17
avr/devices/n16/aqua_n16.xml
Normal file
17
avr/devices/n16/aqua_n16.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
<device name="aqua_n16" driver="nodes">
|
||||
<manufacturer>AQUA</manufacturer>
|
||||
<devicetype>N</devicetype>
|
||||
<deviceversion>16</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" />
|
||||
|
||||
<value name="LEDTIMING" id="0x88" type="actor" dataType="uint16" />
|
||||
|
||||
</values>
|
||||
|
||||
</device>
|
||||
@@ -9,6 +9,10 @@
|
||||
uartfd
|
||||
</subdirs>
|
||||
|
||||
<data dist="true" install="$(datadir)/aqhome/devices/nodes">
|
||||
aqua_t03.xml
|
||||
</data>
|
||||
|
||||
<extradist>
|
||||
defs.asm
|
||||
README
|
||||
|
||||
13
avr/devices/t03/aqua_t03.xml
Normal file
13
avr/devices/t03/aqua_t03.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
<device name="aqua_t03" driver="nodes">
|
||||
<manufacturer>AQUA</manufacturer>
|
||||
<devicetype>T</devicetype>
|
||||
<deviceversion>3</deviceversion>
|
||||
|
||||
<values>
|
||||
<value name="DS18B20_TEMP" id="0x06" type="sensor" dataType="rational" modality="temperature" units="C" denom="16" />
|
||||
|
||||
<value name="LEDTIMING" id="0x88" type="actor" dataType="uint16" />
|
||||
</values>
|
||||
|
||||
</device>
|
||||
Reference in New Issue
Block a user