mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
ENIGMA2 PHTV: return wakeup confirmation to UI
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@9052 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4440aa6675
commit
c71ce0d785
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user