dev #4

Merged
marko merged 13 commits from dev into main 2022-03-10 07:50:29 +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: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 "