unused code removed

unused code removed and cleaned parts of code

[Ticket: no]
This commit is contained in:
Marko Oldenburg 2022-02-02 15:28:36 +01:00
parent 302ad14dda
commit 8e49a87b13
2 changed files with 7 additions and 7 deletions

View File

@ -1,2 +1,2 @@
UPD 2022-02-02_14:30:51 18011 FHEM/82_LGTV_WebOS.pm UPD 2022-02-02_14:30:51 18011 FHEM/82_LGTV_WebOS.pm
UPD 2022-02-02_14:30:52 55048 lib/FHEM/Devices/LGTV/LGTVWebOS.pm UPD 2022-02-02_15:23:47 54856 lib/FHEM/Devices/LGTV/LGTVWebOS.pm

View File

@ -65,14 +65,14 @@ sub Initialize {
my $hash = shift; my $hash = shift;
# Provider # Provider
$hash->{ReadFn} = \&FHEM::Devices::LGTV::LGTVWebOS::Read; $hash->{ReadFn} = \&Read;
$hash->{WriteFn} = \&FHEM::Devices::LGTV::LGTVWebOS::Write; $hash->{WriteFn} = \&Write;
# Consumer # Consumer
$hash->{SetFn} = \&FHEM::Devices::LGTV::LGTVWebOS::Set; $hash->{SetFn} = \&Set;
$hash->{DefFn} = \&FHEM::Devices::LGTV::LGTVWebOS::Define; $hash->{DefFn} = \&Define;
$hash->{UndefFn} = \&FHEM::Devices::LGTV::LGTVWebOS::Undef; $hash->{UndefFn} = \&Undef;
$hash->{AttrFn} = \&FHEM::Devices::LGTV::LGTVWebOS::Attr; $hash->{AttrFn} = \&Attr;
$hash->{AttrList} = $hash->{AttrList} =
"disable:1 " "disable:1 "
. "channelGuide:1 " . "channelGuide:1 "