mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 19:41:36 +00:00
19 lines
842 B
XML
19 lines
842 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="1">
|
|
<!-- Configuration Parameters -->
|
|
<CommandClass id="112">
|
|
<Value type="short" index="1" genre="config" label="Re-trigger Wait Time" size="2" min="0" max="255" units="minutes" value="3">
|
|
<Help>By default, to conserve battery life, after the WAPIRZ-1 detects motion it cannot be re-triggered by motion again for 3 minutes.
|
|
Each time motion is detected (even during this wait time) the 3 minute timer starts over.
|
|
The length of the re-trigger wait time can be adjusted with this setting.
|
|
</Help>
|
|
</Value>
|
|
</CommandClass>
|
|
<!-- Association Groups -->
|
|
<CommandClass id="133">
|
|
<Associations num_groups="1">
|
|
<Group index="1" max_associations="5" label="Lifeline" />
|
|
</Associations>
|
|
</CommandClass>
|
|
</Product>
|
|
|