mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
RESIDENTStk.pm: make Wakeuptimer compatible with Tablet UI settimer widget:
<div data-type="settimer" data-device="rr_Firstname_wakeuptimer1" data-get="nextRun" data-set="nextRun"></div> git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@9978 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f06f010063
commit
17cae67a0f
@ -760,7 +760,7 @@ if (\$EVTPART0 eq \"stop\") {\
|
|||||||
|
|
||||||
# auto or reset
|
# auto or reset
|
||||||
#
|
#
|
||||||
elsif ( $VALUE eq "auto" || $VALUE eq "reset" ) {
|
elsif ( $VALUE eq "auto" || $VALUE eq "reset" || $VALUE =~ /^NaN:|:NaN$/ ) {
|
||||||
my $resetTime = ReadingsVal( $NAME, "lastRun", 0 );
|
my $resetTime = ReadingsVal( $NAME, "lastRun", 0 );
|
||||||
if ($wakeupDefaultTime) {
|
if ($wakeupDefaultTime) {
|
||||||
$resetTime = $wakeupDefaultTime;
|
$resetTime = $wakeupDefaultTime;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user