File: powernode6.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 (41 lines) | stat: -rw-r--r-- 1,899 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
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<Product xmlns='http://code.google.com/p/open-zwave/'>

  <!-- Configuration -->
  <CommandClass id="112">
    <Value type="byte" genre="config" instance="1" index="1" label="No communication light" min="1" max="255" value="2">
      <Help>After how many minutes the GreenWave device should start flashing if the controller didn't communicate with this device</Help>
    </Value>

    <Value type="list" genre="config" instance="1" index="2" label="Room color" read_only="true" size="1">
      <Help>The room color (Corner wheel color) on the GreenWave device</Help>
      <Item label="Black (empty)" value="128" />
      <Item label="Green (1)" value="129" />
      <Item label="Dark Blue (2)" value="130" />
      <Item label="Red (3)" value="131" />
      <Item label="Yellow (4)" value="132" />
      <Item label="Purple (5)" value="133" />
      <Item label="Orange (6)" value="134" />
      <Item label="Light Blue (7)" value="135" />
      <Item label="Pink (8)" value="136" />
      <Item label="Locked" value="137" />
    </Value>
  </CommandClass>

  <CommandClass id="96" mapping="endpoints" />
  <!-- COMMAND_CLASS_ALARM. This class is in the list reported by the GreenWave PowerNode 6, but it does not respond to requests -->
  <CommandClass id="113" action="remove" /> 
  <!-- COMMAND_CLASS_INDICATOR. This class is in the list reported by the GreenWave PowerNode 6, but it does not respond to requests -->
  <CommandClass id="135" action="remove" />
  
  <!-- Association Groups -->
  <CommandClass id="133">
    <Associations num_groups="4">
        <Group index="1" max_associations="1" label="Group1"/>
        <Group index="2" max_associations="1" label="Group2"/>
        <Group index="3" max_associations="1" label="Group3"/>
        <Group index="4" max_associations="1" label="Group4"/>
    </Associations>
  </CommandClass>

</Product>