2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 11:26:55 +00:00

10_ZWave: rgb command reverted (Forum #44014)

git-svn-id: https://svn.fhem.de/fhem/trunk@9912 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-11-16 14:57:14 +00:00
parent ca11a84b17
commit b73fecf208

View File

@ -105,7 +105,7 @@ my %zwave_class = (
get => { ccCapability=> '01', # no more args
ccStatus => '03%02x' },
set => { # Forum #36050
rgb => '050302%02x03%02x04%02x',
rgb => '05050000010002%02x03%02x04%02x', # Forum #44014
wcrgb => '050500%02x01%02x02%02x03%02x04%02x' },
parse => { "043302(..)(..)"=> 'ZWave_ccCapability($1,$2)',
"043304(..)(.*)"=> '"ccStatus_$1:$2"' } },