10_ZWave: rgb command reverted (Forum #44014)

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

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