-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/panStamp/devices
- Loading branch information
Showing
2 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<?xml version="1.0"?> | ||
<device> | ||
<developer>panStamp</developer> | ||
<product>Co2 meter</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="Co2" id="12"> | ||
<endpoint name="Co2 meter" type="num" dir="inp"> | ||
<position>0</position> | ||
<size>2</size> | ||
<units> | ||
<unit name="ppm" factor="1" offset="0"/> | ||
</units> | ||
</endpoint> | ||
</reg> | ||
<reg name="Humidity and Temperature" id="13"> | ||
<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> | ||
</reg> | ||
</regular> | ||
</device> |