open-zwave/config/vision/zm1602eu5.xml

34 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Vision Security ZM 1602+ DC/AC Power Siren -->
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- Configuration -->
<CommandClass id="112">
<Value type="list" index="1" genre="config" label="Siren Strobe Mode" min="0" max="2" value="0" size="1">
<Help>Defines the reaction of the siren: turn either Siren sound, Strobe light, or both when triggered</Help>
<Item label="All Enable" value="0" />
<Item label="Siren Only" value="1" />
<Item label="Strobe Only" value="2" />
</Value>
<Value type="list" index="2" genre="config" label="Alarm Auto Stop Time" min="0" max="3" value="0" size="1">
<Help>Defines the duration of siren time when triggered</Help>
<Item label="30s" value="0" />
<Item label="60s" value="1" />
<Item label="120s" value="2" />
<Item label="Will Not Automatically Stop" value="3" />
</Value>
</CommandClass>
<!-- Basic set as report -->
<CommandClass id="32" setasreport="true"/>
<!-- Binary report value when the Magnet switch is opened/closed -->
<CommandClass id="37" setasreport="true"/>
<!-- Battery set as report -->
<CommandClass id="128" setasreport="true"/>
<!-- COMMAND_CLASS_ASSOCIATION -->
<CommandClass id="133">
<Associations num_groups="1">
<Group index="1" max_associations="5" label="Lifeline"/>
</Associations>
</CommandClass>
</Product>