70_ONKYO_AVR: deleting attribute 'model'
git-svn-id: https://svn.fhem.de/fhem/trunk@20542 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||||
# Do not insert empty lines here, update check depends on it.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- change: 70_ONKYO_AVR: deleting attribute 'model'
|
||||||
- bugfix: 98_weekprofile: time calculation for HM
|
- bugfix: 98_weekprofile: time calculation for HM
|
||||||
- bugfix: 49_SSCam: FHEM crash when sending data by telegramBot Forum:#105486
|
- bugfix: 49_SSCam: FHEM crash when sending data by telegramBot Forum:#105486
|
||||||
- bugfix: 98_WeekTimer: fixed deletion of delayed timers (#104272)
|
- bugfix: 98_WeekTimer: fixed deletion of delayed timers (#104272)
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ sub ONKYO_AVR_Define($$$) {
|
|||||||
my $infix = "ONKYO_AVR";
|
my $infix = "ONKYO_AVR";
|
||||||
|
|
||||||
Log3 $name, 5, "ONKYO_AVR $name: called function ONKYO_AVR_Define()";
|
Log3 $name, 5, "ONKYO_AVR $name: called function ONKYO_AVR_Define()";
|
||||||
|
delete $attr{$name}{model};
|
||||||
|
|
||||||
eval { require XML::Simple; };
|
eval { require XML::Simple; };
|
||||||
return "Please install Perl XML::Simple to use module ONKYO_AVR"
|
return "Please install Perl XML::Simple to use module ONKYO_AVR"
|
||||||
|
|||||||
Reference in New Issue
Block a user