diff --git a/fhem/CHANGED b/fhem/CHANGED index 535e33c98..f73fecdae 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. + - change: 59_WUup: replaced link to API documentation - feature: 77_UWZ: change to packages, add Meta Support - feature: 74_XiaomiBTLESens: add Meta Support and GP_Export Support - feature: 82_LGTV_WebOS: add wakeupCmd attribut to be executed when turning diff --git a/fhem/FHEM/59_WUup.pm b/fhem/FHEM/59_WUup.pm index aac71d146..d3f85d2ed 100644 --- a/fhem/FHEM/59_WUup.pm +++ b/fhem/FHEM/59_WUup.pm @@ -32,7 +32,7 @@ use Time::HiRes qw(gettimeofday); use HttpUtils; use UConv; -my $version = "0.9.9"; +my $version = "0.9.10"; # Declare functions sub WUup_Initialize($); @@ -369,6 +369,7 @@ sub WUup_receive($) { # 2018-04-10 added attribute round # 2018-04-13 added AqPM2.5 and AqPM10 # 2018-08-15 added attribute unit_solarradiation +# 2019-07-04 replaced link to API documentation # ################################################################################ @@ -425,7 +426,7 @@ sub WUup_receive($) {
  • unit_solarradiation - change the units of your solarradiation readings (lux or W/m²)
  • round - round values to this number of decimals for calculation (default 4)
  • wu.... - Attribute name corresponding to -parameter name from api. +parameter name from api. Each of these attributes contains information about weather data to be sent in format sensorName:readingName
    Example: attr WUup wutempf outside:temperature will @@ -473,7 +474,7 @@ sub WUup_receive($) { Notes

    @@ -529,7 +530,7 @@ sub WUup_receive($) { Sonneneinstrahlung an (lux oder W/m²)
  • round - Anzahl der Nachkommastellen zur Berechnung (Standard 4)
  • wu.... - Attributname entsprechend dem -Parameternamen aus der API.
    +Parameternamen aus der API.
    Jedes dieser Attribute enthält Informationen über zu sendende Wetterdaten im Format sensorName:readingName.
    Beispiel: attr WUup wutempf outside:temperature definiert @@ -576,7 +577,7 @@ sub WUup_receive($) { Notizen