mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +00:00
82_LGTV_WebOS: Argument none isn't numeric in addition
git-svn-id: https://svn.fhem.de/fhem/trunk@15104 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d95952fde5
commit
f27e097592
@ -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
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user