open-zwave/config/zwp/PA-100.xml

28 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
ZLINK Products Plug-In Appliance Module, ZL-PA-100
https://www.zwaveproducts.com/shop/z-wave-lighting/z-wave-plugin-modules/zlink-products-plug-in-appliance-module-zl-pa-100
-->
<Product xmlns="http://code.google.com/p/open-zwave/">
<!-- Configuration Parameters -->
<CommandClass id="112">
<Value genre="config" instance="1" index="3" value="0" label="Nightlight" units="" size="1" min="0" max="2" type="list">
<Help>DEFAULT: the LED indicator will be OFF when the connected appliance is ON, and the LED indicator will be ON when the connected appliance is OFF.
INVERTED: the LED indicator will be OFF when the connected appliance is OFF, and the LED indicator will be ON when the connected appliance is ON.
OFF: the LED indicator will be always OFF regardless of the load status.</Help>
<Item value="0" label="Default"/>
<Item value="1" label="Inverted"/>
<Item value="2" label="Off"/>
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="1">
<Group index="1" label="Lifeline" max_associations="1" />
</Associations>
</CommandClass>
</Product>