diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html
index 728d44177..cfa31e7a9 100644
--- a/fhem/docs/commandref_frame.html
+++ b/fhem/docs/commandref_frame.html
@@ -1933,30 +1933,31 @@ The following local attributes are used by a wider range of devices:
- Value(<devicename>)
- returns the state of the device (the string you see in paranthesis in
+ Returns the state of the device (the string you see in parenthesis in
the output of the list command).
- OldValue(<devicename>)
- OldTimestamp(<devicename>)
- returns the old value/timestamp of the device.
+ Returns the old value/timestamp of the device.
-
ReadingsVal(<devicename>,<reading>,<defaultvalue>)
- Return the reading (the value in the Readings section of "list device")
+ Returns the reading (the value in the Readings section of "list device")
-
ReadingsNum(<devicename>,<reading>,
<defaultvalue>,<round>)
- Return the first number from a reading value.
- Round id to <round> devimal places (optional parameter).
+ Returns the first number from a reading value.
+ Round it to <round> decimal places (optional parameter). If <round> exeeds the length of
+ the factional part, 0's will be padded.
- ReadingsTimestamp(<devicename>,<reading>,<
defaultvalue>)
- returns the timestamp of the reading.
+ Returns the timestamp of a reading.
- ReadingsAge(<devicename>,<reading>,<defaultvalue>)
- returns the age of the reading in seconds.
+ Returns the age of a reading in seconds.
-
@@ -1974,7 +1975,7 @@ The following local attributes are used by a wider range of devices:
-
AttrVal(<devicename>,<attribute>,<defaultvalue>)
- Return the attribute of the device
+ Returns the attribute of a device
{ Value("wz") }
{ OldValue("wz") }
@@ -1999,7 +2000,8 @@ The following local attributes are used by a wider range of devices:
InternalNum(<devicename>,<property>,
<defaultvalue>,<round>)
Return the first number from an internal value.
- Round id to <round> devimal places (optional parameter).
+ Round it to <round> decimal places (optional parameter). If <round> exeeds the length of
+ the factional part, 0's will be padded.
diff --git a/fhem/docs/commandref_frame_DE.html b/fhem/docs/commandref_frame_DE.html
index aa61efeab..3000e2caf 100644
--- a/fhem/docs/commandref_frame_DE.html
+++ b/fhem/docs/commandref_frame_DE.html
@@ -2095,7 +2095,8 @@ Die folgenden lokalen Attribute werden von mehreren Geräten verwendet:
<defaultvalue>,<round>)
Gibt die erste Zahl aus dem Readingswert zurück.
Falls <round> spezifiziert ist, wird sie auf diese Anzahl von
- Dezimalstellen gerundet.
+ Dezimalstellen gerundet und ggf. mit 0 aufgefüllt, wenn <round>
+ größer ist als die Anzahl der Dezimalstellen.
ReadingsTimestamp(<devicename>,
<reading>,<defaultvalue>)
@@ -2135,7 +2136,8 @@ Die folgenden lokalen Attribute werden von mehreren Geräten verwendet:
<defaultvalue>,<round>)
Gibt die erste Zahl aus dem Attributwert zurück.
Falls <round> spezifiziert ist, wird sie auf diese Anzahl von
- Dezimalstellen gerundet.
+ Dezimalstellen gerundet und ggf. mit 0 aufgefüllt, wenn <round>
+ größer ist als die Anzahl der Dezimalstellen.
InternalVal(<devicename>,<internal>,