diff --git a/fhem/contrib/DS_Starter/76_SMAPortal.pm b/fhem/contrib/DS_Starter/76_SMAPortal.pm
index 11c9948ea..31e8c957d 100644
--- a/fhem/contrib/DS_Starter/76_SMAPortal.pm
+++ b/fhem/contrib/DS_Starter/76_SMAPortal.pm
@@ -3869,7 +3869,7 @@ return;
- - set <name> createPortalGraphic <Generation | Consumption | Generation_Consumption | Differential>
+ - createPortalGraphic <Generation | Consumption | Generation_Consumption | Differential>
Creates graphical devices to show the SMA Sunny Portal forecast data in several layouts.
The attribute "providerLevel" must contain "forecastData".
With the "attributes of the graphic device" the appearance and coloration of the forecast
@@ -3879,14 +3879,14 @@ return;
- - set <name> credentials <username> <password>
+ - credentials <username> <password>
Set Username / Password used for the login into the SMA Sunny Portal.
- - set <name> <consumer name> <on | off | auto>
+ - <consumer name> <on | off | auto>
Once consumer data are available, the consumer are shown in the Set and can be switched to on, off or the automatic mode (auto)
that means the consumer are controlled by the Sunny Home Manager.
@@ -3902,7 +3902,7 @@ return;
- - get <name> data
+ - data
This command fetch the data from the SMA Sunny Portal manually.
@@ -3910,7 +3910,7 @@ return;
- - get <name> storedCredentials
+ - storedCredentials
The saved credentials are displayed in a popup window.
@@ -4136,7 +4136,7 @@ return;
- - set <name> createPortalGraphic <Generation | Consumption | Generation_Consumption | Differential>
+ - createPortalGraphic <Generation | Consumption | Generation_Consumption | Differential>
Erstellt Devices zur grafischen Anzeige der SMA Sunny Portal Prognosedaten in verschiedenen Layouts.
Das Attribut "providerLevel" muss auf den Level "forecastData" enthalten.
Mit den "Attributen des Grafikdevices" können Erscheinungsbild und
@@ -4147,7 +4147,7 @@ return;
- - set <name> credentials <username> <password>
+ - credentials <username> <password>
Setzt Username / Passwort zum Login in das SMA Sunny Portal.
@@ -4155,7 +4155,7 @@ return;
- - set <name> <Verbrauchername> <on | off | auto>
+ - <Verbrauchername> <on | off | auto>
Es werden die an den SMA Sunny Homemanager angeschlossene Verbraucher (Bluetooth Steckdosen) angeboten sobald sie vom
Modul erkannt wurden.
Sobald diese Daten vorliegen, werden die vorhandenen Verbraucher im Set angezeigt und können eingeschaltet, ausgeschaltet
@@ -4173,7 +4173,7 @@ return;
- - get <name> data
+ - data
Mit diesem Befehl werden die Daten aus dem SMA Sunny Portal manuell abgerufen.
@@ -4181,7 +4181,7 @@ return;
- - get <name> storedCredentials
+ - storedCredentials
Die gespeicherten Anmeldeinformationen (Credentials) werden in einem Popup als Klartext angezeigt.