ENIGMA2 PHTV: return wakeup confirmation to UI

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9052 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2015-08-09 15:52:49 +00:00
parent ea7680b126
commit fd633cf6cc
2 changed files with 2 additions and 0 deletions

View File

@@ -364,6 +364,7 @@ sub ENIGMA2_Set($@) {
) )
{ {
$result = ENIGMA2_wake($hash); $result = ENIGMA2_wake($hash);
return "wake-up command sent";
} }
else { else {
return return

View File

@@ -404,6 +404,7 @@ sub PHTV_Set($@) {
RemoveInternalTimer($hash); RemoveInternalTimer($hash);
InternalTimer( gettimeofday() + 35, "PHTV_GetStatus", $hash, InternalTimer( gettimeofday() + 35, "PHTV_GetStatus", $hash,
0 ); 0 );
return "wake-up command sent";
} }
else { else {
return return