24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- FortrezZ: SSA3 - Siren/Strobe Light Alarm -->
|
|
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
|
<!-- Configuration -->
|
|
<CommandClass id="112">
|
|
<Value type="byte" genre="config" instance="1" index="1" label="Delay before accept of Basic Set Off" units="seconds" min="0" max="255" value="0">
|
|
<Help>
|
|
Delay, from the time the siren-strobe turns on, before the Basic Set Off command is accepted;
|
|
1 Byte (in seconds, default is 0, interpreted as unsigned integer for negative values sent in set command).
|
|
This could be used, for example, to avoid the situation where an associated window/door sensor turns the SSA3 alarm on and immediately off when the window/door is opened and then quickly closed
|
|
</Help>
|
|
</Value>
|
|
</CommandClass>
|
|
<!-- Association Groups -->
|
|
<CommandClass id="133">
|
|
<Associations num_groups="3">
|
|
<Group index="1" max_associations="2" label="Tamper Alarm" auto="false"/>
|
|
<Group index="2" max_associations="2" label="Main power has dropped" />
|
|
<Group index="3" max_associations="2" label="Security panel trigger is active" />
|
|
</Associations>
|
|
</CommandClass>
|
|
|
|
</Product>
|