open-zwave/config/ring/BHASL001.xml

39 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Ring Smoke/CO Listener
https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3161/Ring%20Smoke-CO%20Listerner%20Zwave%20Manual.pdf
-->
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- Basic set as report-->
<CommandClass id="32" setasreport="true"/>
<!-- Configuration Parameters -->
<CommandClass id="112">
<Value type="short" genre="config" instance="1" index="1" label="Battery Report Frequency" size="2" min="255" max="4200">
<Help>
Configures how often the sensor should send an unsolicited Battery Report to the Lifeline.
</Help>
</Value>
<Value type="list" genre="config" instance="1" index="2" label="Listen Type" min="1" max="2" size="1">
<Help>
Configures the sensor to be able or not able to "hear" CO Detectors in addition to Smoke Detectors.
</Help>
<Item label="Smoke Detector Siren" value="1"/>
<Item label="Smoke+CO Detector Siren" value="2"/>
</Value>
<Value type="list" genre="config" instance="1" index="3" label="Installation Test Mode" min="0" max="1" size="1">
<Help>
Starts the "Installation Test" Mode
</Help>
<Item label="Cancel Installation Test" value="0"/>
<Item label="Start Installation Test" value="1"/>
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="1">
<Group index="1" max_associations="5" label="Lifeline"/>
</Associations>
</CommandClass>
</Product>