devices.panStamp.soilmoisture.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of panstamp Show documentation
Show all versions of panstamp Show documentation
A Java library for working with a network of panStamp Arduino devices
<?xml version="1.0"?> <device> <developer>panStamp</developer> <product>Soil moisture sensor</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="Moisture" id="12"> <endpoint name="Moisture level 0" type="num" dir="inp"> <position>0</position> <size>2</size> </endpoint> <endpoint name="Moisture level 1" type="num" dir="inp"> <position>2</position> <size>2</size> </endpoint> </reg> </regular> </device>