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:
parent
5aa2c38c83
commit
8e52da506f
@ -364,6 +364,7 @@ sub ENIGMA2_Set($@) {
|
||||
)
|
||||
{
|
||||
$result = ENIGMA2_wake($hash);
|
||||
return "wake-up command sent";
|
||||
}
|
||||
else {
|
||||
return
|
||||
|
@ -404,6 +404,7 @@ sub PHTV_Set($@) {
|
||||
RemoveInternalTimer($hash);
|
||||
InternalTimer( gettimeofday() + 35, "PHTV_GetStatus", $hash,
|
||||
0 );
|
||||
return "wake-up command sent";
|
||||
}
|
||||
else {
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user