File: polylock.xml

package info (click to toggle)
openzwave 1.5%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,408 kB
  • ctags: 6,007
  • sloc: cpp: 42,217; xml: 13,497; ansic: 4,822; cs: 2,211; makefile: 497; sh: 160; perl: 18
file content (38 lines) | stat: -rw-r--r-- 2,184 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<Product xmlns="http://code.google.com/p/open-zwave/">

<!-- Polycontrol: Polylock  -->

	<!-- COMMAND_CLASS_BASIC does not respond to requests -->
	<CommandClass id="32" setasreport="true"/>

	<CommandClass id="112">
		<Value type="byte" genre="config" instance="1" index="0" label="Invert Lock Direction" min="0" max="1" value="0">
			<Help>0=The motor goes clockwise when unlatched; 1= The motor goes counterclockwise when unlatched</Help>
		</Value>
		<Value type="byte" genre="config" instance="1" index="1" label="Run time Lock" min="1" max="15" value="5">
			<Help>Motor/relay run time LOCK in sec 1-15</Help>
		</Value>
		<Value type="byte" genre="config" instance="1" index="2" label="Run time UnLock" min="1" max="15" value="5">
			<Help>Motor/relay run time UNLOCK in sec 1-15</Help>
		</Value>
		<Value type="byte" genre="config" instance="1" index="3" label="Motor speed" min="0" max="15" value="9">
			<Help>Value 0-15/0=fastest 15=slowest</Help>
		</Value>
		<Value type="list" genre="config" instance="1" index="4" label="Step Motor drive mode" size="1" value="0">
			<Help>How the motor will turn according to torque and speed</Help>
            <Item label="(Step motor) Wave drive mode.(Less torque, min. power usage, full rotation speed.)" value="0" />
            <Item label="(Step motor) Full drive mode.  (Medium torque, max. power usage, full rotation speed.)" value="1" />
            <Item label="(Step motor) HalfFstep drive mode. (Max. torque, max. power usage, half rotation speed.)" value="2" />
            <Item label="(Relay) Puts DC on connector pin 1 &amp; 2 for the duration of parameter #2 or #3. The polarity of pin 1 &amp; 2 are reversed with respect to  open / close command. A close command would set p1+ and p2F, open is p1F and   p2+" value="3" />
            <Item label="(Relay) Lock open sets p1+, p2F, p3z, p4z for parameter #3 seconds. Lock close sets p1z, p2z, p3+, p4F." value="4" />
		</Value>
	</CommandClass>

	<CommandClass id="133">
		<Associations num_groups="1">
			<Group index="1" max_associations="1" label="Group 1" write_only="true"/>
		</Associations>
	</CommandClass>

</Product>