2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

70_ENIGMA2.pm: make reading recordings_next_counter an integer value

git-svn-id: https://svn.fhem.de/fhem/trunk@7088 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2014-11-29 10:40:35 +00:00
parent f1a3beb4b5
commit 24ff73b6b7

View File

@ -1821,7 +1821,7 @@ sub ENIGMA2_ReceiveCommand($$$) {
$recordingsNext_time =
$return->{e2timer}{e2startprepare};
$recordingsNext_time_hr = sprintf( "%02d:%02d:%02d", $t[2], $t[1], $t[0] );
$recordingsNext_counter = $timeleft;
$recordingsNext_counter = int( $timeleft + 0.5 );
$recordingsNextServicename =
$return->{e2timer}{e2servicename};
$recordingsNextName = $return->{e2timer}{e2name};