File: EnergySwitch.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 (31 lines) | stat: -rw-r--r-- 1,422 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
<?xml version="1.0" encoding="utf-8"?>
<!--http://www.pepper1.net/zwavedb/device/269-->
<Product xmlns='http://code.google.com/p/open-zwave/'>
	<!-- Configuration -->
	<CommandClass id="112">
		<Value type="byte" genre="config" instance="1" index="1" label="Set to Default" value="-1">
			<Help>Set all configuration values to default values (factory settings).</Help>
		</Value>
		<Value type="list" genre="config" instance="1" index="2" label="Startup with last known socket status" size="1" value="0">
			<Help>The state in what the switch is when power is supplied.</Help>
			<Item label="Off" value="0"/>
			<Item label="Previous state" value="1"/>
		</Value>
		<Value type="byte" genre="config" instance="1" index="9" label="Relay delay time" value="50" units="ms">
			<Help>When the relay is switched it can't be switched again until the configured time has passed.</Help>
		</Value>
		<Value type="list" genre="config" instance="1" index="10" label="Led indicator" size="1" value="1">
			<Help>Show the led state compared to the relay state.</Help>
			<Item label="Led off" value="0"/>
			<Item label="Led on / Relay on" value="1"/>
			<Item label="Led on / Relay off" value="2"/>
		</Value>
	</CommandClass>

	<!-- Association Groups -->
	<CommandClass id="133">
		<Associations num_groups="1">
			<Group index="1" max_associations="1" label="Group 1" auto="false"/>
		</Associations>
	</CommandClass>
</Product>