adapted to latest changes in gwen, more work on data and nodes servers.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
<subdirs>
|
||||
mqtt
|
||||
nodes
|
||||
</subdirs>
|
||||
|
||||
</gwbuild>
|
||||
|
||||
9
devices/nodes/0BUILD
Normal file
9
devices/nodes/0BUILD
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml?>
|
||||
|
||||
<gwbuild>
|
||||
<data dist="true" install="$(datadir)/aqhome/devices/nodes">
|
||||
aqua_n11.xml
|
||||
aqua_n14.xml
|
||||
</data>
|
||||
|
||||
</gwbuild>
|
||||
17
devices/nodes/aqua_n11.xml
Normal file
17
devices/nodes/aqua_n11.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
<device name="aqua_n11" driver="nodes">
|
||||
<manufacturer>AQUA</manufacturer>
|
||||
<devicetype>N</devicetype>
|
||||
<deviceversion>11</deviceversion>
|
||||
|
||||
<values>
|
||||
<value name="SI7021_TEMP" id="0x01" type="sensor" dataType="rational" modality="temperature" units="C" />
|
||||
<value name="SI7021_HUM" id="0x02" type="sensor" dataType="rational" modality="humidity" units="%" />
|
||||
<value name="REED1" id="0x04" type="sensor" dataType="rational" modality="door" />
|
||||
<value name="REED2" id="0x05" type="sensor" dataType="rational" modality="door" />
|
||||
<value name="DS18B20_TEMP" id="0x06" type="sensor" dataType="rational" modality="temperature" units="C" />
|
||||
|
||||
<value name="REEDCONF" id="0x81" type="actor" dataType="int" />
|
||||
</values>
|
||||
|
||||
</device>
|
||||
19
devices/nodes/aqua_n14.xml
Normal file
19
devices/nodes/aqua_n14.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
<device name="aqua_n14" driver="nodes">
|
||||
<manufacturer>AQUA</manufacturer>
|
||||
<devicetype>N</devicetype>
|
||||
<deviceversion>14</deviceversion>
|
||||
|
||||
<values>
|
||||
<value name="SI7021_TEMP" id="0x01" type="sensor" dataType="rational" modality="temperature" units="C" />
|
||||
<value name="SI7021_HUM" id="0x02" type="sensor" dataType="rational" modality="humidity" units="%" />
|
||||
<value name="REED1" id="0x04" type="sensor" dataType="rational" modality="door" />
|
||||
<value name="REED2" id="0x05" type="sensor" dataType="rational" modality="door" />
|
||||
<value name="DS18B20_TEMP" id="0x06" type="sensor" dataType="rational" modality="temperature" units="C" />
|
||||
|
||||
<value name="REEDCONF" id="0x81" type="actor" dataType="int" />
|
||||
<value name="NUMLEDS" id="0x82" type="actor" dataType="int" />
|
||||
<value name="RGBWVALUE" id="0x83" type="actor" dataType="dword" />
|
||||
</values>
|
||||
|
||||
</device>
|
||||
Reference in New Issue
Block a user