File: SceneController.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-- 1,039 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"?>
<!--http://benext.eu/static/manual/scenecontroller.pdf-->
<Product xmlns='http://code.google.com/p/open-zwave/'>
  <CommandClass id="91" action="add" scenecount="16" />
  <!-- 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="byte" genre="config" instance="1" index="16" label="Double press time" value="20">
      <Help>The time that a user has to activate the double button pressed scene, if time is passed then the single pressed button scene is notified.</Help>
    </Value>

  </CommandClass>
  
  <!-- Association Groups -->
  <CommandClass id="133">
    <Associations num_groups="1">
      <Group index="1" max_associations="8" label="Group 1: All CENTRAL_SCENE_NOTIFICATION messages are sent to the nodes in this group." />      
    </Associations>
  </CommandClass>

</Product>