mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
Update config for SW-CLP01-EU Clamp Power Meter
This commit is contained in:
parent
c0ea9bb797
commit
d958e91749
4 changed files with 30 additions and 106 deletions
|
@ -73,110 +73,21 @@
|
|||
<xs:element name='Compatibility'>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:attribute name='GetSupported' 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='CreateVars' 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='RefreshOnWakeup' 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='IgnoreMapping' 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='SetAsReport' 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='ColorIndexBug' 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='ForceInstances' 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='MapRootToEndpoint' 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='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:element name="GetSupported" type="xs:string"/>
|
||||
<xs:element name="CreateVars" type="xs:string"/>
|
||||
<xs:element name="RefreshOnWakeup" type="xs:string"/>
|
||||
<xs:element name="IgnoreMapping" type="xs:string"/>
|
||||
<xs:element name="SetAsReport" type="xs:string"/>
|
||||
<xs:element name="ColorIndexBug" type="xs:string"/>
|
||||
<xs:element name="ForceInstances" type="xs:string"/>
|
||||
<xs:element name="MapRootToEndpoint" type="xs:string"/>
|
||||
<xs:element name="ForceUniqueEndpoints" type="xs:string"/>
|
||||
<xs:element name="IgnoreMCCapReports" type="xs:string"/>
|
||||
<xs:element name="AltTypeInterpretation" type="xs:string"/>
|
||||
<xs:element name="ExposeRawUserCodes" type="xs:string"/>
|
||||
<xs:element name="ClassGetVersionSupported" type="xs:string"/>
|
||||
<xs:element name="ForceUniqueEndpoints" type="xs:string"/>
|
||||
<xs:element name="ForceUniqueEndpoints" type="xs:string"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
@ -421,5 +332,4 @@
|
|||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
|
||||
</xs:schema>
|
||||
|
|
BIN
config/images/sercomm/sw-clp01-eu.png
Normal file
BIN
config/images/sercomm/sw-clp01-eu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -1418,7 +1418,7 @@
|
|||
</Manufacturer>
|
||||
<Manufacturer id="0044" name="Sequoia Tech"></Manufacturer>
|
||||
<Manufacturer id="0151" name="Sercomm">
|
||||
<Product id="0001" name="SW-CLP01-EU Clamp Power Meter" type="0002"/>
|
||||
<Product config="sercomm/sw-clp01-eu.xml" id="0001" name="SW-CLP01-EU Clamp Power Meter" type="0002"/>
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0378" name="Shandong Bittel Intelligent Technology"></Manufacturer>
|
||||
<Manufacturer id="030B" name="Shandong Smart Life Data System"></Manufacturer>
|
||||
|
|
14
config/sercomm/sw-clp01-eu.xml
Normal file
14
config/sercomm/sw-clp01-eu.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<Product Revision="1" xmlns="https://github.com/OpenZWave/open-zwave">
|
||||
<MetaData>
|
||||
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/0151:0001:0002</MetaDataItem>
|
||||
<MetaDataItem name="ProductPic">images/sercomm/sw-clp01-eu.png</MetaDataItem>
|
||||
<MetaDataItem id="0001" name="ZWProductPage" type="0002">https://products.z-wavealliance.org/products/927/</MetaDataItem>
|
||||
<MetaDataItem id="0001" name="Identifier" type="0002">SW-CLP01-EU</MetaDataItem>
|
||||
<MetaDataItem name="Name">Clamp Power Meter</MetaDataItem>
|
||||
<MetaDataItem id="0001" name="FrequencyName" type="0002">CEPT (Europe)</MetaDataItem>
|
||||
<MetaDataItem name="Description">Z-Wave Clamp Power Meter</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/927/xml</Entry>
|
||||
</ChangeLog>
|
||||
</MetaData>
|
||||
</Product>
|
Loading…
Add table
Reference in a new issue