open-zwave/config/everspring/an180.xml

29 lines
1.2 KiB
XML
Raw Permalink Normal View History

<Product xmlns="http://code.google.com/p/open-zwave/">
<!-- Everspring - AN180-6 - Miniplug On/Off -->
<!-- Configuration Parameters -->
<CommandClass id="112">
<Value type="short" index="1" genre="config" label="Basic Set" min="0" max="255" size="2" value="255">
<Help>Basic Set Command value</Help>
</Value>
2017-05-12 16:58:42 +02:00
<Value type="short" index="2" genre="config" label="Delay" min="3" max="25" size="2" value="3">
<Help>
The delaying time to report to Group 1
</Help>
</Value>
<Value type="list" index="3" genre="config" label="Remember Last" min="0" max="1" size="1" value="1">
<Help>
Remember the last status on plug
</Help>
<Item label="Do not remember" value="0"/>
<Item label="Remember" value="1"/>
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="2">
<Group index="1" max_associations="1" label="Lifeline" />
<Group index="2" max_associations="4" label="Basic Set" />
</Associations>
</CommandClass>
2017-05-12 16:58:42 +02:00
</Product>