diff --git a/fhem/contrib/DS_Starter/93_DbLog.pm b/fhem/contrib/DS_Starter/93_DbLog.pm
index b1d962648..a41995660 100644
--- a/fhem/contrib/DS_Starter/93_DbLog.pm
+++ b/fhem/contrib/DS_Starter/93_DbLog.pm
@@ -9115,12 +9115,13 @@ attr SMA_Energymeter DbLogValueFn
showproctime
- attr <device> [1|0]
-
+ attr <device> showproctime [1|0]
- If set, the reading "sql_processing_time" shows the required execution time (in seconds) for the sql-requests. This is not calculated
- for a single sql-statement, but the summary of all sql-statements necessary for within an executed DbLog-function in background.
- The reading "background_processing_time" shows the total time used in background.
+ If set, the reading "sql_processing_time" shows the required processing time (in seconds) for the
+ SQL execution of the executed function.
+ This does not consider a single SQL statement, but the sum of all executed SQL commands within the
+ respective function is considered.
+ The reading "background_processing_time" shows the time used in the SubProcess.
@@ -10694,13 +10695,13 @@ attr SMA_Energymeter DbLogValueFn
showproctime
- attr <device> showproctime [1|0]
-
-
- Wenn gesetzt, zeigt das Reading "sql_processing_time" die benötigte Abarbeitungszeit (in Sekunden) für die SQL-Ausführung der
- durchgeführten Funktion. Dabei wird nicht ein einzelnes SQL-Statement, sondern die Summe aller notwendigen SQL-Abfragen innerhalb der
- jeweiligen Funktion betrachtet. Das Reading "background_processing_time" zeigt die im Kindprozess BlockingCall verbrauchte Zeit.
+ attr <device> showproctime [1|0]
+ Wenn gesetzt, zeigt das Reading "sql_processing_time" die benötigte Abarbeitungszeit (in Sekunden) für die
+ SQL-Ausführung der durchgeführten Funktion.
+ Dabei wird nicht ein einzelnes SQL-Statement, sondern die Summe aller ausgeführten SQL-Kommandos innerhalb der
+ jeweiligen Funktion betrachtet.
+ Das Reading "background_processing_time" zeigt die im SubProcess verbrauchte Zeit.