mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
fix up xmltests
This commit is contained in:
parent
5ddafdb96c
commit
45732124d0
5 changed files with 17 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Localization xmlns="https://github.com/OpenZWave/open-zwave" Revision="4">
|
||||
<Localization xmlns="https://github.com/OpenZWave/open-zwave" Revision="5">
|
||||
<CommandClass id="113">
|
||||
<!-- Please Keep updates in the Notification CC in sync with NotificationCCTypes.xml as well -->
|
||||
<Label>COMMAND_CLASS_NOTIFICATION</Label>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element ref='Localization:CommandClass' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='Localization:GlobalText' minOccurs='0' maxOccurs='unbounded' />
|
||||
</xs:sequence>
|
||||
<xs:attribute name='Revision' type='xs:integer' use='required'/>
|
||||
</xs:complexType>
|
||||
|
@ -39,6 +40,7 @@
|
|||
<xs:element name='Label'>
|
||||
<xs:complexType mixed='true'>
|
||||
<xs:attribute name='lang' type='xs:string' use='optional'/>
|
||||
<xs:attribute name='name' type='xs:string' use='optional'/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
|
@ -55,5 +57,13 @@
|
|||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
<xs:element name='GlobalText'>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element ref='Localization:Label' minOccurs='1' maxOccurs='unbounded'/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
|
||||
</xs:schema>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!--
|
||||
ZW162 Doorbell 6
|
||||
-->
|
||||
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="1">
|
||||
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="2">
|
||||
<!--
|
||||
Aeotec Doorbell 6
|
||||
https://aeotec.freshdesk.com/helpdesk/attachments/6073850754
|
||||
|
|
|
@ -165,6 +165,7 @@
|
|||
<xs:element name='Instance'>
|
||||
<xs:complexType>
|
||||
<xs:attribute name='index' type='xs:string' use='required'/>
|
||||
<xs:attribute name='label' type='xs:string' use='optional'/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
|
|
|
@ -84,8 +84,8 @@
|
|||
'md5' => 'e8e62b00acdcaa5642047d279250c83c46a23ca830d1082f8e9e38cf0bbd1a3d12702b9b01f9e65d91d400ae06bdcf4fa516ad6b387c57db40a2064d65257697'
|
||||
},
|
||||
'config/Localization.xml' => {
|
||||
'Revision' => '4',
|
||||
'md5' => '229814988a3e6fb2fc79cb521e5cff5c244057a2b842e7e4ff631a7dc5d411a6b9b04accd68a85604eab1d26415ed34c9e4eb8e32fedfeefe022c821060a5351'
|
||||
'Revision' => '5',
|
||||
'md5' => '4d7f5397c5dc84f6c7687dc1a3f0326f5cb4ddf62fb21edac0303bd36dccb1d75d9f044336d8357bd639f9c7ca0a4e3852a265cb2417f94af4db16e5ec37b689'
|
||||
},
|
||||
'config/NotificationCCTypes.xml' => {
|
||||
'Revision' => '6',
|
||||
|
@ -328,8 +328,8 @@
|
|||
'md5' => '6166308cd0ab2eb96a60612e2f40952ed601ecceec92946b0dab2a81466391ffe77ed07e508508978eb6e578e384a24dc6a2cc3133b9444130f0ba38bad83eac'
|
||||
},
|
||||
'config/aeotec/zw162.xml' => {
|
||||
'Revision' => '1',
|
||||
'md5' => '5f8f01dd6f4d32d9522b55407c2a9f3b9607a4c1def4666903eeaf86f73e5a7991a60fec759475acb4a33d4da0b298980431f82cb35076344362b8d6a2170e5c'
|
||||
'Revision' => '2',
|
||||
'md5' => '07e2e73a14282c74696a6c6d325e05dfb98e7b873180f7d9d2b5df57e2f3aa05380d6be9970b902fd1e1f4c44fa8b44d0dd734b99874961ec87e97cda40ca955'
|
||||
},
|
||||
'config/aeotec/zwa001.xml' => {
|
||||
'Revision' => '1',
|
||||
|
|
Loading…
Add table
Reference in a new issue