mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
70_NEUTRINO: bugfixes set volume
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@15133 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a5ee007653
commit
c4a4e2635d
@ -532,7 +532,7 @@ sub NEUTRINO_Set($@) {
|
||||
|
||||
if ( $state eq "on" ) {
|
||||
my $uResult = $a[2];
|
||||
if ( m/^\d+$/ && $uResult >= 0 && $uResult <= 100 ) {
|
||||
if ( $uResult =~ m/^\d+$/ && $uResult >= 0 && $uResult <= 100 ) {
|
||||
$cmd = $a[2];
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user