2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 07:56:03 +00:00

98_freezemon.pm: Fixed another perl warning

git-svn-id: https://svn.fhem.de/fhem/trunk@18522 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
KernSani 2019-02-07 22:06:35 +00:00
parent d1cfa20b02
commit e5e66e6dec

View File

@ -1042,7 +1042,7 @@ sub freezemon_getDevice($$) {
if ( !defined($shortarg) ) { if ( !defined($shortarg) ) {
#Log3 $name, 5, "Freezemon: something went wrong $fn " . Dumper($arg); #Log3 $name, 5, "Freezemon: something went wrong $fn " . Dumper($arg);
$shortarg = ""; $shortarg = "N/A";
} }
else { else {
( $shortarg, undef ) = split( /:|;/, $shortarg, 2 ); ( $shortarg, undef ) = split( /:|;/, $shortarg, 2 );