mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 16:56:04 +00:00
10_ZWave.pm: fix multiple argument (Forum #57269)
git-svn-id: https://svn.fhem.de/fhem/trunk@12394 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7bc2f11647
commit
406e9d55da
@ -290,7 +290,7 @@ my %zwave_class = (
|
||||
"055b03..02(..)" => '"cSceneDim:".hex($1)',
|
||||
"055b03..03(..)" => '"cSceneDouble:".hex($1)',
|
||||
"055b03..0([4-6])(..)" => '"cSceneMultiple_".
|
||||
(hex($1)-1).":".hex($1)'} },
|
||||
(hex($1)-1).":".hex($2)'} },
|
||||
IP_ASSOCIATION => { id => '5c' },
|
||||
ANTITHEFT => { id => '5d' },
|
||||
ZWAVEPLUS_INFO => { id => '5e',
|
||||
|
Loading…
x
Reference in New Issue
Block a user