diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html index bb5a79c0e..445547ec9 100644 --- a/fhem/docs/commandref_frame.html +++ b/fhem/docs/commandref_frame.html @@ -8,7 +8,7 @@ - + @@ -1457,6 +1457,10 @@ The following local attributes are used by a wider range of devices: ReadingsVal(<devicename>,<reading>,<defaultvalue>)
Return the reading (the value in the Readings section of "list device")
+
  • + ReadingsNum(<devicename>,<reading>,<defaultvalue>)
    + Return the reading as a number, i.e. delete non-numerical values. +

  • AttrVal(<devicename>,<attribute>,<defaultvalue>)
    Return the attribute of the device diff --git a/fhem/docs/commandref_frame_DE.html b/fhem/docs/commandref_frame_DE.html index 8bf501b37..f86ff3c5d 100644 --- a/fhem/docs/commandref_frame_DE.html +++ b/fhem/docs/commandref_frame_DE.html @@ -10,18 +10,16 @@ - -

  • +
  • + ReadingsNum(<devicename>,<reading>,<defaultvalue>)
    + Wie ReadingsVal, loescht aber alles, was kein Zahl it, um es fuer + Berechnungen verwenden zu koennen. +

  • AttrVal(<devicename>,<attribute>,<defaultvalue>)
    Gibt die gesetzteb Attribute des Gerätes zurück