diff --git a/fhem/CHANGED b/fhem/CHANGED index b67f17827..169a4e362 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,7 @@ # 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. + - bugfix: 77_UWZ: Commandref Warn Type 7 and 6 exchanged, new method for no + eperimental warnings - feature: plex: play command now handles single media items, music albums and playlists. playAlbum command removed. (by Risiko) - added: 52_I2C_BH1750: modul for i2c BH1750 light sensor diff --git a/fhem/FHEM/77_UWZ.pm b/fhem/FHEM/77_UWZ.pm index 730c95b76..e164b3f9e 100644 --- a/fhem/FHEM/77_UWZ.pm +++ b/fhem/FHEM/77_UWZ.pm @@ -43,7 +43,7 @@ package main; use strict; use feature qw/say switch/; use warnings; -#no warnings 'experimental::lexical_subs','experimental::smartmatch'; +no if $] >= 5.017011, warnings => 'experimental::lexical_subs','experimental::smartmatch'; my $missingModul; eval "use LWP::UserAgent;1" or $missingModul .= "LWP::UserAgent "; @@ -60,7 +60,7 @@ use vars qw($readingFnAttributes); use vars qw(%defs); my $MODUL = "UWZ"; -my $version = "1.0.0"; +my $version = "1.0.1"; my $countrycode = "DE"; my $plz = "77777"; @@ -939,8 +939,8 @@ sub UWZAsHtmlKarteLand($$) {
  • 3 - snow
  • 4 - rain
  • 5 - frost
  • -
  • 6 - thunderstorm
  • -
  • 7 - forest fire
  • +
  • 6 - forest fire
  • +
  • 7 - thunderstorm
  • 8 - glaze
  • 9 - heat
  • 10 - freezing rain
  • @@ -1175,8 +1175,8 @@ sub UWZAsHtmlKarteLand($$) {
  • 3 - Schneefall
  • 4 - Regen
  • 5 - Extremfrost
  • -
  • 6 - Gewitter
  • -
  • 7 - Waldbrandgefahr
  • +
  • 6 - Waldbrandgefahr
  • +
  • 7 - Gewitter
  • 8 - Glätte
  • 9 - Hitze
  • 10 - Glatteisregen