mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 19:41:36 +00:00
Qubino ZMNHADx set ForceInstances to false to fix #1895
This commit is contained in:
parent
cc7a277c1c
commit
2f2b314f7d
2 changed files with 9 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
<Product Revision="8" xmlns="https://github.com/OpenZWave/open-zwave">
|
||||
<Product Revision="9" xmlns="https://github.com/OpenZWave/open-zwave">
|
||||
<MetaData>
|
||||
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/0159:0052:0002</MetaDataItem>
|
||||
<MetaDataItem name="ProductPic">images/qubino/ZMNHADx.png</MetaDataItem>
|
||||
|
@ -52,6 +52,7 @@ The connection of a digital temperature sensor means you can create complex scen
|
|||
<Entry author="Justin Hammond - Justin@dynam.ac" date="02 Jun 2019" revision="6">Initial Metadata Import from Z-Wave Alliance Database - https://products.z-wavealliance.org/products/2795/xml</Entry>
|
||||
<Entry author="Peter Gebruers - peter.gebruers@gmail.com" date="10 Jun 2019" revision="7">Fix for 'module does not work on 1.6' - https://github.com/OpenZWave/open-zwave/issues/1820</Entry>
|
||||
<Entry author="Justin Hammond - Justin@dynam.ac" date="26 Jun 2019" revision="8">Add Instance Labels for i2, i3 and Temp Sensor Channels</Entry>
|
||||
<Entry author="Peter Gebruers - peter.gebruers@gmail.com" date="10 Jun 2019" revision="9">Workaround for MCA assocation issue https://github.com/OpenZWave/open-zwave/issues/1895</Entry>
|
||||
</ChangeLog>
|
||||
</MetaData>
|
||||
<!--
|
||||
|
@ -144,8 +145,11 @@ The connection of a digital temperature sensor means you can create complex scen
|
|||
<Help>If digital temperature sensor is connected, module reports measured temperature on temperature change defined by this parameter. Available configuration parameters : 0 = reporting disabled. 1 to 127 = 0,1C to 12,7C, step is 0,1C. Default value is 5 = 0,5C</Help>
|
||||
</Value>
|
||||
</CommandClass>
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<!-- Multi Channel Association Groups -->
|
||||
<CommandClass id="142">
|
||||
<Compatibility>
|
||||
<ForceInstances>false</ForceInstances>
|
||||
</Compatibility>
|
||||
<Associations num_groups="9">
|
||||
<Group index="1" label="Lifeline" max_associations="1"/>
|
||||
<Group auto="true" index="2" label="basic on/off (Output Q)" max_associations="16"/>
|
||||
|
|
|
@ -1936,8 +1936,8 @@
|
|||
'md5' => '080174f8dbebe8e5e80bb84601cd153946b7a014450bd04eb52cac0351dcf326b6b5c139385a42c055e1f01a09a41e1baf19586b66fe20e975ab6e7ab5b87e8d'
|
||||
},
|
||||
'config/qubino/ZMNHADx.xml' => {
|
||||
'Revision' => '8',
|
||||
'md5' => '736f0f152c63698e6e72a654a0ca98924d16a3ceedcde77997b11a8988c85030cfc0dc567e6341d9232f0dd88438570bf42e01e8385030954db9e4c6ffffa736'
|
||||
'Revision' => 9,
|
||||
'md5' => '510f98884bd31bfb09f356abcdefcdcb4456fb1edb54c6d20e673878983744d98a06a0b643880e842678bbe76d9272ddae4469606dfa57ab7546f26531f5d64b'
|
||||
},
|
||||
'config/qubino/ZMNHBA2.xml' => {
|
||||
'Revision' => '2',
|
||||
|
|
Loading…
Add table
Reference in a new issue