mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
fix stupid semicolon misplacement
git-svn-id: https://svn.fhem.de/fhem/trunk@2218 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
70562785b5
commit
33ca826514
@ -91,7 +91,7 @@ YAMAHA_AVR_GetStatus($;$)
|
|||||||
|
|
||||||
my $zone = YAMAHA_AVR_getZoneName($hash, $hash->{ACTIVE_ZONE});
|
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);
|
InternalTimer(gettimeofday()+$hash->{helper}{INTERVAL}, "YAMAHA_AVR_GetStatus", $hash, 1) unless($local == 1);
|
||||||
return "No Zone available";
|
return "No Zone available";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user