unused code removed
unused code removed and cleaned parts of code [Ticket: no]
This commit is contained in:
parent
302ad14dda
commit
8e49a87b13
@ -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
|
||||||
|
@ -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 "
|
||||||
|
Loading…
Reference in New Issue
Block a user