File: keypad.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 (25 lines) | stat: -rw-r--r-- 852 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
<?xml version="1.0" encoding="utf-8"?>
<Product xmlns="http://code.google.com/p/open-zwave/">

<!-- Polycontrol: Danalock Keypad -->

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

	<!-- COMMAND_CLASS_DOOR_LOCK does not respond to requests -->
	<CommandClass id="98" getsupported="false"/>

	<!-- COMMAND_CLASS_ALARM does not respond to requests -->
	<CommandClass id="113" getsupported="false"/>

	<!-- COMMAND_CLASS_POWERLEVEL does not respond to requests -->
	<CommandClass id="115" action="remove"/>

	<!-- COMMAND_CLASS_ASSOCIATION. This class is in the list reported, but it does not respond to requests -->
	<CommandClass id="133">
		<Associations num_groups="1">
			<Group index="1" max_associations="1" label="Group 1" write_only="true"/>
		</Associations>
	</CommandClass>

</Product>