Update config for SwiidInter

This commit is contained in:
Justin Hammond 2019-05-03 21:11:14 +08:00
parent 06feaee190
commit b3d314ab67
2 changed files with 30 additions and 20 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

@ -1,22 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="2">
<!-- Swiidinter (Z-Wave Cord Switch) -->
<Product Revision="3" xmlns="https://github.com/OpenZWave/open-zwave">
<MetaData>
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/0166:0100:0100</MetaDataItem>
<MetaDataItem name="ProductPic">images/swiid/swiidinter.png</MetaDataItem>
<MetaDataItem id="0100" name="ZWProductPage" type="0100">https://products.z-wavealliance.org/products/1082/</MetaDataItem>
<MetaDataItem name="Name">CBCC SwiidInter - Z-Wave Cord Switch</MetaDataItem>
<MetaDataItem id="0100" name="Identifier" type="0100">SW-ZCS-1</MetaDataItem>
<MetaDataItem id="0100" name="FrequencyName" type="0100">CEPT (Europe)</MetaDataItem>
<MetaDataItem name="Description">Z-Wave cord switch</MetaDataItem>
<ChangeLog>
<Entry author="Justin Hammond - Justin@dynam.ac" date="03 May 2019" revision="3">Initial Metadata Import from Z-Wave Alliance Database - https://products.z-wavealliance.org/products/1082/xml</Entry>
</ChangeLog>
</MetaData>
<!-- Swiidinter (Z-Wave Cord Switch) -->
<!-- Configuration -->
<CommandClass id="112">
<Value type="list" genre="config" instance="1" index="1" label="Switch All" min="0" max="255" value="255" size="1">
<Help>Enable/Disable ALL ON/OFF</Help>
<Item label="Disabled" value="0" />
<Item label="Switch off only" value="1" />
<Item label="Switch on only" value="2" />
<Item label="Fully enabled (Default)" value="255" />
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="2">
<Group index="1" max_associations="5" label="Long press" />
<Group index="2" max_associations="5" label="Short press" auto="true" />
</Associations>
</CommandClass>
<CommandClass id="112">
<Value genre="config" index="1" instance="1" label="Switch All" max="255" min="0" size="1" type="list" value="255">
<Help>Enable/Disable ALL ON/OFF</Help>
<Item label="Disabled" value="0"/>
<Item label="Switch off only" value="1"/>
<Item label="Switch on only" value="2"/>
<Item label="Fully enabled (Default)" value="255"/>
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="2">
<Group index="1" label="Long press" max_associations="5"/>
<Group auto="true" index="2" label="Short press" max_associations="5"/>
</Associations>
</CommandClass>
</Product>