mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
98_freezemon.pm: Fixed another Üerl warning
git-svn-id: https://svn.fhem.de/fhem/trunk@18307 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b6a5efb341
commit
a5757cb2b8
@ -330,10 +330,10 @@ sub freezemon_ProcessTimer($) {
|
||||
|
||||
my %nd = map { $_ => 1 } @newdev;
|
||||
foreach my $d (@olddev) {
|
||||
if ( !exists( $nd{$d} ) ) {
|
||||
if (!exists( $nd{$d} ) ) {
|
||||
|
||||
my @a = split( ":", $d );
|
||||
if ( exists( $id{ $a[1] } ) ) {
|
||||
if ( exists( $id{ $a[1] } ) ) {
|
||||
$idevFlag = $a[1];
|
||||
}
|
||||
else {
|
||||
@ -869,7 +869,7 @@ sub freezemon_apptime($) {
|
||||
( $shortarg, undef ) = split( /:|;/, $shortarg, 2 );
|
||||
}
|
||||
|
||||
$shortarg = "" unless defined($shortarg);
|
||||
$shortarg = "N/A" unless defined($shortarg);
|
||||
$ret .= ":" . $shortarg . " ";
|
||||
|
||||
#Log3 $name, 5, "Freezemon: found a prioQueue, returning $ret";
|
||||
|
Loading…
x
Reference in New Issue
Block a user