Subversion Repositories rld.domoticz

Rev

Blame | Last modification | View Log | Download

<?xml version="1.0" encoding="utf-8"?>
<!-- Enerwave ZW15S -->
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="2">
  <!-- Configuration Parameters -->
  <CommandClass id="112">
    <Value type="byte" index="1" genre="config" label="Toggle LED mode" min="0" max="1" value="0" size="1">
      <Help>Set to 1 for LED to be in sync with switch.</Help>
      <Item label="0: LED is on when switch is off" value="0" />
      <Item label="1: LED is on when switch is on" value="1" />
    </Value>
    <Value type="byte" index="2" genre="config" label="Toggle button reverse" min="0" max="1" value="0" size="1">
      <Help>Set to 1 for "up" to turn the load off.</Help>
      <Item label="0: Load is on when switch is up" value="0" />
      <Item label="1: Load is on when switch is down" value="1" />
    </Value>
  </CommandClass>
  <CommandClass id="133">
    <Associations num_groups="1">
      <Group index="1" max_associations="5" label="Lifeline"/>
    </Associations>
  </CommandClass>
</Product>