patch-packages #3

Merged
marko merged 11 commits from patch-packages into dev 2022-03-10 07:49:26 +00:00
2 changed files with 7 additions and 7 deletions
Showing only changes of commit 8e49a87b13 - Show all commits

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: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;
# Provider
$hash->{ReadFn} = \&FHEM::Devices::LGTV::LGTVWebOS::Read;
$hash->{WriteFn} = \&FHEM::Devices::LGTV::LGTVWebOS::Write;
$hash->{ReadFn} = \&Read;
$hash->{WriteFn} = \&Write;
# Consumer
$hash->{SetFn} = \&FHEM::Devices::LGTV::LGTVWebOS::Set;
$hash->{DefFn} = \&FHEM::Devices::LGTV::LGTVWebOS::Define;
$hash->{UndefFn} = \&FHEM::Devices::LGTV::LGTVWebOS::Undef;
$hash->{AttrFn} = \&FHEM::Devices::LGTV::LGTVWebOS::Attr;
$hash->{SetFn} = \&Set;
$hash->{DefFn} = \&Define;
$hash->{UndefFn} = \&Undef;
$hash->{AttrFn} = \&Attr;
$hash->{AttrList} =
"disable:1 "
. "channelGuide:1 "