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:
@@ -364,6 +364,7 @@ sub ENIGMA2_Set($@) {
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
$result = ENIGMA2_wake($hash);
|
$result = ENIGMA2_wake($hash);
|
||||||
|
return "wake-up command sent";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return
|
return
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user