open-zwave/config/telldus/tzdw100.xml

57 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Telldus: TZDW-100 Door Opening Sensor -->
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- Configuration -->
<CommandClass id="112">
<Value type="list" genre="config" instance="1" index="1" label="Type of command no. 2" value="0" size="1">
<Help>Type of input no. 2, what the input 1 will report if no contact is made</Help>
<Item label="Basic" value="0" />
<Item label="Switch Binary" value="1" />
<Item label="Switch All" value="2" />
<Item label="Switch Multilevel" value="3" />
</Value>
<Value type="byte" genre="config" instance="1" index="2" label="Forced Level of Dimming group 2" min="1" max="255" value="255">
<Help>Possible parameter settings: (1 - 63) and 255. When setting 255 will automatically be set dimmer to the previous condition i.e 30% or what the last state was.</Help>
</Value>
<Value type="list" genre="config" instance="1" index="3" label="Type of commands no. 2" min="0" max="1" value="0" size="1">
<Help>Type of commands to association group 2</Help>
<Item label="Normal" value="0" />
<Item label="Inverted" value="1" />
</Value>
<Value type="list" genre="config" instance="1" index="4" label="Type of command no. 3" value="0" size="1">
<Help>Type of input no. 3, what the input 3 will report if no contact is made</Help>
<Item label="Basic" value="0" />
<Item label="Switch Binary" value="1" />
<Item label="Switch All" value="2" />
<Item label="Switch Multilevel" value="3" />
</Value>
<Value type="byte" genre="config" instance="1" index="5" label="Forced Level of Dimming group 3" min="1" max="255" value="255">
<Help>Possible parameter settings: (1 - 63) and 255. When setting 255 will automatically be set dimmer to the previous condition i.e 30% or what the last state was.</Help>
</Value>
<Value type="list" genre="config" instance="1" index="6" label="Type of commands no. 3" min="0" max="1" value="0" size="1">
<Help>Type of commands to association group 3</Help>
<Item label="Normal" value="0" />
<Item label="Inverted" value="1" />
</Value>
<Value type="list" genre="config" instance="1" index="7" label="Status change signalled by LED" min="0" max="1" value="1" size="1">
<Help>Status change signalled by LED. Default setting: LED turned On</Help>
<Item label="LED turned Off" value="0" />
<Item label="LED turned On" value="1" />
</Value>
<Value type="list" genre="config" instance="1" index="8" label="Sent in the Lifeline" min="0" max="1" value="0" size="1">
<Help>Select the type of command to be sent in the Lifeline</Help>
<Item label="Notification" value="0" />
<Item label="Sensor binary" value="1" />
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="3">
<Group index="1" max_associations="1" label="Lifeline"/>
<Group index="2" max_associations="10" label="Sensor changes"/>
<Group index="3" max_associations="10" label="Opened only"/>
</Associations>
</CommandClass>
</Product>