mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +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:
parent
0f24cc0b3d
commit
46cbfeafdf
@ -226,7 +226,7 @@ my %zwave_class = (
|
||||
NON_INTEROPERABLE => { id => 'f0', },
|
||||
);
|
||||
my %zwave_cmdArgs = (
|
||||
dim => "slider,0,1,100",
|
||||
dim => "slider,0,1,99",
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user