2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

10_RESIDENTS: fix for lastActivity*

git-svn-id: https://svn.fhem.de/fhem/trunk@13795 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2017-03-25 10:04:54 +00:00
parent d5d1dbcb6a
commit 785a279bee

View File

@ -1513,7 +1513,7 @@ sub RESIDENTS_UpdateReadings (@) {
}
# calculate duration timers
RESIDENTS_DurationTimer($hash);
RESIDENTS_DurationTimer( $hash, 1 );
}
sub RESIDENTS_DurationTimer($;$) {