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 TcpServerUtils;
|
||||
|
||||
my $version = "0.0.3";
|
||||
my $version = "0.0.4";
|
||||
|
||||
|
||||
|
||||
@ -438,6 +438,11 @@ sub HOMEBOT_SelectSetCmd($$@) {
|
||||
|
||||
return HOMEBOT_HTTP_POST( $hash,$url );
|
||||
}
|
||||
|
||||
elsif( lc $cmd eq 'statusrequest' ) {
|
||||
HOMEBOT_Get_stateRequestLocal( $hash );
|
||||
return undef;
|
||||
}
|
||||
|
||||
return undef;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user