devices.Miom.temphumlight.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
The newest version!
<?xml version="1.0"?> <device> <developer>Miom</developer> <product>Temperature/Humidity and Light 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="Humidity, Temperature and Light" id="12"> <endpoint name="Temperature" type="num" dir="inp"> <position>0</position> <size>2</size> <units> <unit name="C" factor="0.1" offset="-50"/> <unit name="F" factor="0.18" offset="-58"/> <unit name="K" factor="0.1" offset="223.15"/> </units> </endpoint> <endpoint name="Humidity" type="num" dir="inp"> <position>2</position> <size>2</size> <units> <unit name="%" factor="0.1" offset="0"/> </units> </endpoint> <endpoint name="Light" type="num" dir="inp"> <position>4</position> <size>1</size> <units> <unit name="" factor="1" offset="0"/> </units> </endpoint> </reg> </regular> </device>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy