2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-18 05:56:03 +00:00

ENIGMA2 PHTV: return wakeup confirmation to UI

git-svn-id: https://svn.fhem.de/fhem/trunk@9052 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2015-08-09 15:52:49 +00:00
parent 5aa2c38c83
commit 8e52da506f
2 changed files with 2 additions and 0 deletions

View File

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

View File

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