From 065fea07d1ae0b815a23caf13f0b233f1dcbdb0a Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Mon, 24 Jun 2019 09:28:41 +0000 Subject: [PATCH] 76_SMAPortalSPG: contrib 1.3.0 git-svn-id: https://svn.fhem.de/fhem/trunk@19699 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SMAPortalSPG.pm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/fhem/contrib/DS_Starter/76_SMAPortalSPG.pm b/fhem/contrib/DS_Starter/76_SMAPortalSPG.pm index d4848f682..09524ae88 100644 --- a/fhem/contrib/DS_Starter/76_SMAPortalSPG.pm +++ b/fhem/contrib/DS_Starter/76_SMAPortalSPG.pm @@ -34,6 +34,7 @@ eval "use FHEM::Meta;1" or my $modMetaAbsent = 1; # Versions History intern our %SMAPortalSPG_vNotesIntern = ( + "1.3.0" => "24.06.2019 replace suggestIcon by consumerAdviceIcon ", "1.2.0" => "21.06.2019 GetFn -> get html ", "1.1.0" => "13.06.2019 commandRef revised, changed attribute W/kW to Wh/kWh ", "1.0.0" => "03.06.2019 initial Version " @@ -68,7 +69,7 @@ sub SMAPortalSPG_Initialize($) { "showNight:1,0 ". "showWeather:1,0 ". "spaceSize ". - "suggestIcon ". + "consumerAdviceIcon ". "layoutType:pv,co,pvco,diff ". "Wh/kWh:Wh,kWh ". "weatherColor:colorpicker,RGB ". @@ -179,7 +180,7 @@ sub SMAPortalSPG_Attr($$$$) { } if($aName eq "icon") { - $_[2] = "suggestIcon"; + $_[2] = "consumerAdviceIcon"; } return undef; @@ -515,8 +516,8 @@ The module SMAPortalSPG is a device module attuned to the module SMAPortal for d
- -
  • suggestIcon
    + +
  • consumerAdviceIcon
    Set the icon used in periods with suggestion to switch consumers on. You can use the standard "Select Icon" function (down left in FHEMWEB) to select the wanted icon.
  • @@ -752,8 +753,8 @@ Das Modul SMAPortalSPG ist ein mit SMAPortal abgestimmtes Gerätemodul zur Defin
    - -
  • suggestIcon
    + +
  • consumerAdviceIcon
    Setzt das Icon zur Darstellung der Zeiten mit Verbraucherempfehlung. Dazu kann ein beliebiges Icon mit Hilfe der Standard "Select Icon"-Funktion (links unten im FHEMWEB) direkt ausgewählt werden.