1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00
fhem-mirror/FHEM/lib/SWAP/panStamp/pulsecounter.xml
justme-1968 a3b151955f added 34_panStamp, 34_SWAP.pm and FHEM/lib/SWAP
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3439 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-07-17 12:02:16 +00:00

24 lines
585 B
XML

<?xml version="1.0"?>
<device>
<developer>panStamp</developer>
<product>Pulse counter</product>
<pwrdownmode>true</pwrdownmode>
<regular>
<reg name="Voltage supply" id="11">
<endpoint name="Voltage" type="num" dir="inp">
<size>2</size>
<units>
<unit name="V" factor="0.001" offset="0"/>
</units>
</endpoint>
</reg>
<reg name="Counter register" id="12">
<endpoint name="Pulse counter" type="num" dir="inp">
<position>0</position>
<size>4</size>
</endpoint>
</reg>
</regular>
</device>