ENIGMA2: keep reading for recordings up-to-date during standby

git-svn-id: https://svn.fhem.de/fhem/trunk@6298 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2014-07-22 10:58:03 +00:00
parent 5a1c90e030
commit 8f8b9075cc
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -24,7 +24,7 @@
# along with fhem. If not, see <http://www.gnu.org/licenses/>.
#
#
# 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";