diff --git a/fhem/CHANGED b/fhem/CHANGED index e923a29eb..5622ddb87 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - change: 70_ENIGMA2: keep reading for recordings up-to-date during standby - bugfix: 98_Text2Speech: - playing mp3files directly, eg: :ring.mp3: - playing any mp3file only text - feature: FB_CALLMONITOR: new reading "direction" to differentiate diff --git a/fhem/FHEM/70_ENIGMA2.pm b/fhem/FHEM/70_ENIGMA2.pm index a0c57b571..28b17c295 100644 --- a/fhem/FHEM/70_ENIGMA2.pm +++ b/fhem/FHEM/70_ENIGMA2.pm @@ -24,7 +24,7 @@ # along with fhem. If not, see . # # -# Version: 1.3.4 +# Version: 1.3.5 # # Major Version History: # - 1.3.0 - 2013-12-21 @@ -1098,6 +1098,9 @@ sub ENIGMA2_ReceiveCommand($$$) { || ( $return->{e2instandby} eq "true" && $type ne "on" ) ) { $state = "off"; + + # Keep updating timer information during standby + ENIGMA2_SendCommand( $hash, "timerlist" ); } else { $state = "on";