Fehler bei statusRequest aufruf beseitigt
This commit is contained in:
parent
da773427ed
commit
07d2917073
@ -35,7 +35,7 @@ use Time::HiRes qw(gettimeofday);
|
|||||||
use HttpUtils;
|
use HttpUtils;
|
||||||
use TcpServerUtils;
|
use TcpServerUtils;
|
||||||
|
|
||||||
my $version = "0.0.3";
|
my $version = "0.0.4";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -438,6 +438,11 @@ sub HOMEBOT_SelectSetCmd($$@) {
|
|||||||
|
|
||||||
return HOMEBOT_HTTP_POST( $hash,$url );
|
return HOMEBOT_HTTP_POST( $hash,$url );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
elsif( lc $cmd eq 'statusrequest' ) {
|
||||||
|
HOMEBOT_Get_stateRequestLocal( $hash );
|
||||||
|
return undef;
|
||||||
|
}
|
||||||
|
|
||||||
return undef;
|
return undef;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user