diff --git a/fhem/CHANGED b/fhem/CHANGED index d9aa143bf..2ff045f2b 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # 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. + - added: move 55_InfoPanel.pm from ./contrib to ./FHEM - feature: YAMAHA_AVR: new commands play, pause, stop, skip, shuffle, repeat - feature: 71_YAMAHA_NP: New command set and readings for menu navigation - feature: 71_YAMAHA_NP: New command 'dimmer [1..3]' diff --git a/fhem/contrib/InfoPanel/55_InfoPanel.pm b/fhem/FHEM/55_InfoPanel.pm similarity index 78% rename from fhem/contrib/InfoPanel/55_InfoPanel.pm rename to fhem/FHEM/55_InfoPanel.pm index c4d37924b..4db371bd4 100644 --- a/fhem/contrib/InfoPanel/55_InfoPanel.pm +++ b/fhem/FHEM/55_InfoPanel.pm @@ -798,10 +798,6 @@ sub btIP_evalLayout($$@) { $svg .= btIP_itemEllipse($id,$x1,$y1,$r1,$r2,$format,%params); } - when("font") { - $params{font} = $def; - } - when("font") { $params{font} = $def; } @@ -1237,6 +1233,260 @@ Please read + Layout definition

+ +
+ Author's notes