2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

10_ZWave.pm: COLOR_CONTROL patch (Forum #41316)

git-svn-id: https://svn.fhem.de/fhem/trunk@9337 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-10-01 05:53:25 +00:00
parent 5a7743dbd6
commit 38dd45ea42

View File

@ -101,8 +101,8 @@ my %zwave_class = (
ccStatus => '03%02x',
},
set => { # Forum #36050
rgb => '050a0000010002%02x03%02x04%02x',
wcrgb => '050a00%02x01%02x02%02x03%02x04%02x' },
rgb => '05050000010002%02x03%02x04%02x',
wcrgb => '050500%02x01%02x02%02x03%02x04%02x' },
parse => { "043302(.*)"=> '"ccCapability:$1"',
"043304(..)(.*)"=> '"ccStatus_$1:$2"' } },
ZIP_ADV_CLIENT => { id => '34' },