mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
update Localization File and Namespaces
This commit is contained in:
parent
2257a42940
commit
6b9f1b974f
8 changed files with 1146 additions and 1028 deletions
2141
config/Localization.xml
Executable file → Normal file
2141
config/Localization.xml
Executable file → Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0'?>
|
||||
<xs:schema
|
||||
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
||||
targetNamespace='http://code.google.com/p/open-zwave/'
|
||||
xmlns:Localization='http://code.google.com/p/open-zwave/'
|
||||
targetNamespace='https://github.com/OpenZWave/open-zwave'
|
||||
xmlns:Localization='https://github.com/OpenZWave/open-zwave'
|
||||
elementFormDefault='qualified'>
|
||||
|
||||
<xs:element name='Localization'>
|
||||
|
@ -14,6 +14,15 @@
|
|||
</xs:element>
|
||||
|
||||
<xs:element name='CommandClass'>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element ref='Localization:Lang' minOccurs='1' maxOccurs='unbounded'/>
|
||||
</xs:sequence>
|
||||
<xs:attribute name='id' type='xs:string' use='required'/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
<xs:element name='Lang'>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element ref='Localization:Label' minOccurs='1' maxOccurs='unbounded'/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<DeviceClasses xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<DeviceClasses xmlns='https://github.com/OpenZWave/open-zwave'>
|
||||
<Basic key="0x01" label="Controller" />
|
||||
<Basic key="0x02" label="Static Controller" />
|
||||
<Basic key="0x03" label="Slave" />
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0'?>
|
||||
<xs:schema
|
||||
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
||||
targetNamespace='http://code.google.com/p/open-zwave/'
|
||||
xmlns:DeviceClasses='http://code.google.com/p/open-zwave/'
|
||||
targetNamespace='https://github.com/OpenZWave/open-zwave'
|
||||
xmlns:DeviceClasses='https://github.com/OpenZWave/open-zwave'
|
||||
elementFormDefault='qualified'>
|
||||
|
||||
<xs:element name='DeviceClasses'>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- To be effective, this file should be placed in the user data folder specified in the Options::Create method -->
|
||||
<Options xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<Options xmlns='https://github.com/OpenZWave/open-zwave'>
|
||||
<Option name="logging" value="true" />
|
||||
<Option name="Associate" value="true" />
|
||||
<Option name="NotifyTransactions" value="false" />
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0'?>
|
||||
<xs:schema
|
||||
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
||||
targetNamespace='http://code.google.com/p/open-zwave/'
|
||||
xmlns:Options='http://code.google.com/p/open-zwave/'
|
||||
targetNamespace='https://github.com/OpenZWave/open-zwave'
|
||||
xmlns:Options='https://github.com/OpenZWave/open-zwave'
|
||||
elementFormDefault='qualified'>
|
||||
|
||||
<xs:element name='Options'>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0'?>
|
||||
<xs:schema
|
||||
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
||||
targetNamespace='http://code.google.com/p/open-zwave/'
|
||||
xmlns:Driver='http://code.google.com/p/open-zwave/'
|
||||
targetNamespace='https://github.com/OpenZWave/open-zwave'
|
||||
xmlns:Driver='https://github.com/OpenZWave/open-zwave'
|
||||
elementFormDefault='qualified'>
|
||||
|
||||
<xs:element name='Driver'>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0'?>
|
||||
<xs:schema
|
||||
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
||||
targetNamespace='http://code.google.com/p/open-zwave/'
|
||||
xmlns:Scenes='http://code.google.com/p/open-zwave/'
|
||||
targetNamespace='https://github.com/OpenZWave/open-zwave'
|
||||
xmlns:Scenes='https://github.com/OpenZWave/open-zwave'
|
||||
elementFormDefault='qualified'>
|
||||
|
||||
<xs:element name='Scenes'>
|
||||
|
|
Loading…
Add table
Reference in a new issue