fix Undefined subroutine str2time

Undefined subroutine &FHEM::Devices::LGTV::LGTVWebOS::str2time
called at lib/FHEM/Devices/LGTV/LGTVWebOS.pm
line 1042.

[Ticket: no]
This commit is contained in:
2022-02-08 07:18:13 +01:00
parent 7171c432c7
commit d96a6c1214
3 changed files with 4 additions and 4 deletions

View File

@ -1040,7 +1040,7 @@ sub WriteProgramlistReadings {
for my $programList ( @{ $decode_json->{payload}{programList} } ) {
if (
str2time( FormartStartEndTime( $programList->{localEndTime} ) ) >
::str2time( FormartStartEndTime( $programList->{localEndTime} ) ) >
time() )
{
if ( $count < 1 ) {