From e68eb7707efca2f8424ab81a7c18a3fc84060f85 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sat, 18 Oct 2014 05:33:02 +0000 Subject: [PATCH] commandref_frame.html: add ReadingsNum git-svn-id: https://svn.fhem.de/fhem/trunk@6779 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/docs/commandref_frame.html | 6 +++++- fhem/docs/commandref_frame_DE.html | 17 ++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) 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