Fehler bei statusRequest aufruf beseitigt

This commit is contained in:
Marko Oldenburg 2015-11-30 13:51:16 +01:00
parent da773427ed
commit 07d2917073

View File

@ -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;
}