mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
90_at.pm: generate Event on alignTime (Forum #43739)
git-svn-id: https://svn.fhem.de/fhem/trunk@9829 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
67c50b56dc
commit
3448afa4d3
@ -200,6 +200,8 @@ at_adjustAlign($$)
|
|||||||
$hash->{TRIGGERTIME_FMT} = FmtDateTime($ttime);
|
$hash->{TRIGGERTIME_FMT} = FmtDateTime($ttime);
|
||||||
$hash->{STATE} = "Next: " . FmtTime($ttime);
|
$hash->{STATE} = "Next: " . FmtTime($ttime);
|
||||||
$hash->{NTM} = FmtTime($ttime);
|
$hash->{NTM} = FmtTime($ttime);
|
||||||
|
readingsSingleUpdate($hash, "state", $hash->{STATE}, 1)
|
||||||
|
if(!IsDisabled($hash->{NAME}));
|
||||||
return undef;
|
return undef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user