mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-16 03:51:39 +00:00
57 lines
2.4 KiB
XML
57 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
|
<!-- https://products.z-wavealliance.org/products/271 -->
|
|
<!-- Configuration Parameters -->
|
|
<CommandClass id="112">
|
|
<Value type="byte" index="1" genre="config" label="Basic Set Level" units="%" min="0" max="99" value="99">
|
|
<Help>
|
|
Defines the level in the Basic Set event sent to group 2 when the sensor is triggered. Default is 99 (full brightness for a Z-Wave dimmer). 0 disables.
|
|
</Help>
|
|
</Value>
|
|
<Value type="byte" index="2" genre="config" label="Temperature On Trigger" units="degrees" min="-20" max="99" value="30">
|
|
<Help>
|
|
Temperature level to trigger when a ON command is sent out. 99 will clear the value.
|
|
</Help>
|
|
</Value>
|
|
<Value type="byte" index="3" genre="config" label="Temperature Off Trigger" units="degrees" min="-20" max="99" value="20">
|
|
<Help>
|
|
Temperature level to trigger when an OFF command is sent out. 99 will clear the value.
|
|
</Help>
|
|
</Value>
|
|
<Value type="byte" index="4" genre="config" label="Humidity On Trigger" units="%" min="20" max="99" value="50">
|
|
<Help>
|
|
Humidity level to trigger when a ON command is sent out. 99 will clear the value.
|
|
</Help>
|
|
</Value>
|
|
<Value type="byte" index="5" genre="config" label="Humidity Off Trigger" units="%" min="20" max="99" value="40">
|
|
<Help>
|
|
Humidity level to trigger when a OFF command is sent out. 99 will clear the value.
|
|
</Help>
|
|
</Value>
|
|
<Value type="short" index="6" genre="config" label="Auto Report Time" units="minutes" min="0" max="1439" value="0">
|
|
<Help>
|
|
Sets the auto report time interval. 0 disables.
|
|
</Help>
|
|
</Value>
|
|
<Value type="byte" index="7" genre="config" label="Auto Report Temperature" units="degrees" min="0" max="70" value="0">
|
|
<Help>
|
|
Sets the auto report temperature trigger interval. 0 disables.
|
|
</Help>
|
|
</Value>
|
|
<Value type="byte" index="8" genre="config" label="Auto Report Humidity" units="%" min="0" max="70" value="0">
|
|
<Help>
|
|
Sets the auto report humidity trigger interval. 0 disables.
|
|
</Help>
|
|
</Value>
|
|
</CommandClass>
|
|
|
|
<!-- COMMAND_CLASS_ASSOCIATION. Groups -->
|
|
<CommandClass id="133">
|
|
<Associations num_groups="2">
|
|
<Group index="1" max_associations="1" label="Reports" />
|
|
<Group index="2" max_associations="3" label="Basic" />
|
|
</Associations>
|
|
</CommandClass>
|
|
<CommandClass id="96" mapping="endpoints" />
|
|
</Product>
|
|
|