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

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9337 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-10-01 05:53:25 +00:00
parent 7e6abc0722
commit 8baaa811a8

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' },