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