mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
Linear WT001 and WS15Z group 1 associations (#1910)
This commit is contained in:
parent
0c01380b28
commit
29b82367ef
3 changed files with 17 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="2">
|
||||
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="3">
|
||||
<!-- Configuration Parameters -->
|
||||
<CommandClass id="112">
|
||||
<Value type="list" index="3" genre="config" label="LED Mode" size="1" value="0">
|
||||
|
@ -11,4 +11,9 @@
|
|||
<Help>Change the top of the switch to OFF and the bottom of the switch to ON.</Help>
|
||||
</Value>
|
||||
</CommandClass>
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="1">
|
||||
<Group index="1" label="Group 1" max_associations="5"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
</Product>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="1">
|
||||
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="2">
|
||||
<!-- Configuration Parameters -->
|
||||
<CommandClass id="112">
|
||||
<Value type="list" index="3" genre="config" label="LED Mode" size="1" value="0">
|
||||
|
@ -23,5 +23,11 @@
|
|||
<Help>The Dim Timer (how fast the dim steps happen). It can be set to a value of 1 to 255. This value indicates in 10 millisecond resolution, how often the dim level will change.</Help>
|
||||
</Value>
|
||||
</CommandClass>
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="1">
|
||||
<Group index="1" label="Group 1" max_associations="5"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
</Product>
|
||||
|
||||
|
|
|
@ -1592,12 +1592,12 @@
|
|||
'md5' => 'e11f2016a1ea920b46f0f727b6c3a4205a0b752db14cbfe27f15abfc4a10ba84762dea5d1aa8b1905afd2ae7f71eae7d74ea06bd989f7c778099e2f0cd090333'
|
||||
},
|
||||
'config/linear/WS15Z-1.xml' => {
|
||||
'Revision' => '2',
|
||||
'md5' => 'b7a783ed2012fa3b08cf54262bb78f730ddbd7720e55d78d2a31e761f8a322ac065d2d334b3700d63ef9f8a5c47beedcfb6d4156bb89e3c8d39163737df839db'
|
||||
'Revision' => 3,
|
||||
'md5' => 'e3a8734089a4cd8a592ce7ac844198abe8503f803219ba6c0af1a94fad0fae4264c1bd5114d8d1c7ac5c194ac3e69205d29cf22d2d305dbe7a3b6bd01cd6a6a6'
|
||||
},
|
||||
'config/linear/WT00Z-1.xml' => {
|
||||
'Revision' => '1',
|
||||
'md5' => '93a71f8b113829df98a08f0a063e431a97f0f85d53f19822f6824fd41e9ab4410db621285c3bdcc1b405bc472fffd602bbedc98290f904771de9d7597ac659f2'
|
||||
'Revision' => 2,
|
||||
'md5' => '4431cdf404d513158d1f7b9f62644ef45818a5cbce27b27a18ab0bfc631c11884996556a41b82c6242dd5c574f005a80e68b8bafe144659d10bde6304aea0a5c'
|
||||
},
|
||||
'config/linear/gd00z-7.xml' => {
|
||||
'Revision' => '2',
|
||||
|
|
Loading…
Add table
Reference in a new issue