fix stupid semicolon misplacement
git-svn-id: https://svn.fhem.de/fhem/trunk@2218 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -91,7 +91,7 @@ YAMAHA_AVR_GetStatus($;$)
|
||||
|
||||
my $zone = YAMAHA_AVR_getZoneName($hash, $hash->{ACTIVE_ZONE});
|
||||
|
||||
if(not defined($zone));
|
||||
if(not defined($zone))
|
||||
{
|
||||
InternalTimer(gettimeofday()+$hash->{helper}{INTERVAL}, "YAMAHA_AVR_GetStatus", $hash, 1) unless($local == 1);
|
||||
return "No Zone available";
|
||||
|
||||
Reference in New Issue
Block a user