mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
Update config for Comfort 9000 with UCM/Zwave
This commit is contained in:
parent
a485f48f1b
commit
0b328470f6
4 changed files with 56 additions and 2 deletions
15
config/comfort/ucm.xml
Normal file
15
config/comfort/ucm.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<Product Revision="1" xmlns="https://github.com/OpenZWave/open-zwave">
|
||||
<MetaData>
|
||||
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/0030:0001:0001</MetaDataItem>
|
||||
<MetaDataItem name="ProductPic">images/comfort/ucm.png</MetaDataItem>
|
||||
<MetaDataItem id="0001" name="ZWProductPage" type="0001">https://products.z-wavealliance.org/products/833/</MetaDataItem>
|
||||
<MetaDataItem name="Description">The UCM/Zwave is a gateway to Z-Wave which allows users to control Z-Wave modules from the telephone, keypads, touchscreens and any user interface used with Comfortintegrated Intruder Alarm and Home Automation system</MetaDataItem>
|
||||
<MetaDataItem id="0001" name="Identifier" type="0001">UCM/Zwave</MetaDataItem>
|
||||
<MetaDataItem name="Name">Cytech UCM/ZWave</MetaDataItem>
|
||||
<MetaDataItem id="0001" name="FrequencyName" type="0001">CEPT (Europe)</MetaDataItem>
|
||||
<MetaDataItem name="ProductPage">http://www.cytech.biz/zwave_interface_eu.html?category_id=74</MetaDataItem>
|
||||
<ChangeLog>
|
||||
<Entry author="Justin Hammond - Justin@dynam.ac" date="03 May 2019" revision="1">Initial Metadata Import from Z-Wave Alliance Database - https://products.z-wavealliance.org/products/833/xml</Entry>
|
||||
</ChangeLog>
|
||||
</MetaData>
|
||||
</Product>
|
|
@ -137,7 +137,46 @@
|
|||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
|
||||
<xs:attribute name='ForceUniqueEndpoints' use='optional'>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base='xs:string'>
|
||||
<xs:enumeration value='true'/>
|
||||
<xs:enumeration value='false'/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
<xs:attribute name='IgnoreMCCapReports' use='optional'>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base='xs:string'>
|
||||
<xs:enumeration value='true'/>
|
||||
<xs:enumeration value='false'/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
<xs:attribute name='AltTypeInterpretation' use='optional'>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base='xs:string'>
|
||||
<xs:enumeration value='true'/>
|
||||
<xs:enumeration value='false'/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
<xs:attribute name='ExposeRawUserCodes' use='optional'>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base='xs:string'>
|
||||
<xs:enumeration value='true'/>
|
||||
<xs:enumeration value='false'/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
<xs:attribute name='ClassGetVersionSupported' use='optional'>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base='xs:string'>
|
||||
<xs:enumeration value='true'/>
|
||||
<xs:enumeration value='false'/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
|
BIN
config/images/comfort/ucm.png
Normal file
BIN
config/images/comfort/ucm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
|
@ -377,7 +377,7 @@
|
|||
</Manufacturer>
|
||||
<Manufacturer id="0067" name="CyberTAN Technology, Inc."></Manufacturer>
|
||||
<Manufacturer id="0030" name="Cytech Technology Pre Ltd.">
|
||||
<Product id="0001" name="Comfort 9000 with UCM/Zwave" type="0001"/>
|
||||
<Product config="comfort/ucm.xml" id="0001" name="Comfort 9000 with UCM/Zwave" type="0001"/>
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0294" name="D-3 Technology Co. Ltd"></Manufacturer>
|
||||
<Manufacturer id="0108" name="D-Link Corporation">
|
||||
|
|
Loading…
Add table
Reference in a new issue