2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

98_PID20.pm: remove smartmatch issues

git-svn-id: https://svn.fhem.de/fhem/trunk@28753 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2024-04-05 10:21:11 +00:00
parent 52a9a54a19
commit 87722ef690

View File

@ -360,7 +360,7 @@ sub PID20_Get($@)
$ret .= 'Actor upper limit: ' . $hash->{helper}{actorLimitUpper} . "\n"; $ret .= 'Actor upper limit: ' . $hash->{helper}{actorLimitUpper} . "\n";
return $ret; return $ret;
} else { } else {
return $usage; } return $usage;
} }
} }
######################################## ########################################