diff --git a/fhem/CHANGED b/fhem/CHANGED index 06ad72a4d..40c8d257d 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. + - bugfix: 82_LGTV_WebOS: fix Argument "none" isn't numeric in addition - bugfix: 73_AMADCommBridge: fix utf8 character in set mode - feature: 82_LGTV_WebOS: version 1.0.0 add WakeOnLAN function - bugfix: 00_MQTT: fix Undef diff --git a/fhem/FHEM/82_LGTV_WebOS.pm b/fhem/FHEM/82_LGTV_WebOS.pm index 18825628e..80bccd1e2 100644 --- a/fhem/FHEM/82_LGTV_WebOS.pm +++ b/fhem/FHEM/82_LGTV_WebOS.pm @@ -67,7 +67,7 @@ use Blocking; -my $version = "1.0.0"; +my $version = "1.0.1"; @@ -244,7 +244,6 @@ sub LGTV_WebOS_Define($$) { $hash->{helper}{device}{channelguide}{counter} = 0; $hash->{helper}{device}{registered} = 0; $hash->{helper}{device}{runsetcmd} = 0; - $hash->{helper}{device}{channelguide}{counter} = 'none'; Log3 $name, 3, "LGTV_WebOS ($name) - defined with host $host";