added device description files for e02 and e03.

This commit is contained in:
Martin Preuss
2026-03-16 18:05:00 +01:00
parent 47f8ef2a62
commit 646c28e00a
3 changed files with 24 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
aqua_c02.xml aqua_c02.xml
aqua_c03.xml aqua_c03.xml
aqua_e01.xml aqua_e01.xml
aqua_e02.xml
aqua_e03.xml
aqua_n06.xml aqua_n06.xml
aqua_n11.xml aqua_n11.xml
aqua_n12.xml aqua_n12.xml

View File

@@ -0,0 +1,11 @@
<device name="aqua_e02" driver="nodes">
<manufacturer>AQUA</manufacturer>
<devicetype>E</devicetype>
<deviceversion>2</deviceversion>
<values>
<value name="LEDTIMING" id="0x88" type="actor" dataType="uint16" />
</values>
</device>

View File

@@ -0,0 +1,11 @@
<device name="aqua_e03" driver="nodes">
<manufacturer>AQUA</manufacturer>
<devicetype>E</devicetype>
<deviceversion>3</deviceversion>
<values>
<value name="LEDTIMING" id="0x88" type="actor" dataType="uint16" />
</values>
</device>