open-zwave/config/vision/zp3111.xml

64 lines
2.8 KiB
XML

<Product Revision="3" xmlns="https://github.com/OpenZWave/open-zwave">
<!-- Vision ZP3111 Multisensor 4in1 -->
<!--
Vision ZP3111-5 4 in 1 Multi-Sensor
http://products.z-wavealliance.org/ProductManual/File?folder=&filename=Manuals/1572/ZP3111-5_R0_20151113%20-%20VISION.pdf
Zooz ZSE40 4-in-1 Multi-Sensor
http://www.getzooz.com/downloads/zooz-zse40-4-in-1-sensor-manual.pdf
-->
<CommandClass id="112">
<Value genre="config" index="1" label="Temperature Unit" max="1" min="0" size="1" type="list" value="0">
<Help></Help>
<Item label="Celsius" value="0"/>
<Item label="Fahrenheit" value="1"/>
</Value>
<Value genre="config" index="2" instance="1" label="Temperature Reporting Threshold" max="50" min="1" type="byte" value="1">
<Help>Threshold change in temperature to induce an automatic report.
1 to 50 ( Set up from 0.1C to 5C)
</Help>
</Value>
<Value genre="config" index="3" instance="1" label="Humidity Reporting Threshold" max="50" min="1" type="byte" units="%" value="10">
<Help>Threshold change in humidity to induce an automatic report.
1 to 50 ( Set up from 1%-50%)
</Help>
</Value>
<Value genre="config" index="4" instance="1" label="Luminance Reporting Threshold" max="50" min="0" type="byte" units="%" value="10">
<Help>
Threshold change in luminance to induce an automatic report.
0 is disabled.
5 to 50 ( Set up from 5%-50%)
</Help>
</Value>
<Value genre="config" index="5" instance="1" label="Motion Sensor Re-trigger Duration" max="255" min="1" type="byte" units="min" value="3">
<Help>
Value from 1 to 255 minutes to setup the re-trigger time when there is no movement detected in the period of time.
</Help>
</Value>
<Value genre="config" index="6" instance="1" label="Motion Sensor Sensitivity Adjustment" max="7" min="1" type="byte" units="" value="4">
<Help>
Sensitivity of the integrated PIR sensor.
1 to 7 ( 1 = Most Sensitive )
</Help>
</Value>
<Value genre="config" index="7" instance="1" label="LED Mode" max="3" min="1" type="byte" units="" value="3">
<Help>
1 - Turn Off LED
2 - Breathing Light Mode (High Battery Consumption)
3 - Quick Flash on Sensor Reporting or Motion Trigger
</Help>
</Value>
</CommandClass>
<!-- COMMAND_CLASS_BASIC -->
<CommandClass id="32">
<Compatibility>
<SetAsReport>true</SetAsReport>
</Compatibility>
</CommandClass>
<!-- COMMAND_CLASS_ASSOCIATION -->
<CommandClass id="133">
<Associations num_groups="1">
<Group index="1" label="Lifeline" max_associations="5"/>
</Associations>
</CommandClass>
</Product>