2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

Slider value wrong, as reported by Matthias

git-svn-id: https://svn.fhem.de/fhem/trunk@4410 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-12-17 19:01:42 +00:00
parent 0f24cc0b3d
commit 46cbfeafdf

View File

@ -226,7 +226,7 @@ my %zwave_class = (
NON_INTEROPERABLE => { id => 'f0', },
);
my %zwave_cmdArgs = (
dim => "slider,0,1,100",
dim => "slider,0,1,99",
);