From 8f9a076c6fe75096909591ac88acc034c2f1ac3f Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Mon, 22 Oct 2018 22:18:30 +0000 Subject: [PATCH] 93_DbRep: contrib 8.4.0 git-svn-id: https://svn.fhem.de/fhem/trunk@17600 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/93_DbRep.pm | 43 +++++++++++++++-------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/fhem/contrib/DS_Starter/93_DbRep.pm b/fhem/contrib/DS_Starter/93_DbRep.pm index cd8b37546..a02846245 100644 --- a/fhem/contrib/DS_Starter/93_DbRep.pm +++ b/fhem/contrib/DS_Starter/93_DbRep.pm @@ -58,7 +58,7 @@ no if $] >= 5.017011, warnings => 'experimental::smartmatch'; # Versions History intern our %DbRep_vNotesIntern = ( "8.4.0" => "22.10.2018 countEntries separately for every reading if attribute \"countEntriesDetail\" is set, ". - "versionNotes changed to support en/de ", + "versionNotes changed to support en/de, get dbValue as textfield-long ", "8.3.0" => "17.10.2018 reduceLog from DbLog integrated into DbRep, textField-long as default for sqlCmd, both attributes timeOlderThan and timeDiffToNow can be set at same time", "8.2.3" => "07.10.2018 check availability of DbLog-device at definition time of DbRep-device ", "8.2.2" => "07.10.2018 DbRep_getMinTs changed, fix don't get the real min timestamp in rare cases ", @@ -120,7 +120,8 @@ our %DbRep_vNotesIntern = ( # Versions History extern: our %DbRep_vNotesExtern = ( "8.4.0" => "22.10.2018 New attribute \"countEntriesDetail\". Function countEntries creates number of datasets for every ". - "reading separately if attribute \"countEntriesDetail\" is set. Get versionNotes changed to support en/de. ", + "reading separately if attribute \"countEntriesDetail\" is set. Get versionNotes changed to support en/de. ". + "Function \"get dbValue\" opens an editor window ", "8.3.0" => "17.10.2018 reduceLog from DbLog integrated into DbRep, textField-long as default for sqlCmd, both attributes ". "timeOlderThan and timeDiffToNow can be set at same time -> the selection time between timeOlderThan ". "and timeDiffToNow can be calculated dynamically ", @@ -820,7 +821,7 @@ sub DbRep_Get($@) { "svrinfo:noArg ". "blockinginfo:noArg ". "minTimestamp:noArg ". - "dbValue ". + "dbValue:textField-long ". (($dbmodel eq "MYSQL")?"dbstatus:noArg ":""). (($dbmodel eq "MYSQL")?"tableinfo:noArg ":""). (($dbmodel eq "MYSQL")?"procinfo:noArg ":""). @@ -10465,7 +10466,7 @@ return; device : select only datasets which are contain <device> reading : select only datasets which are contain <reading> time.* : A number of attributes to limit selection by time - valueFilter : filter datasets which are to show by a regular expression + valueFilter : Filter datasets which are to show by a regular expression. The regex is applied to the whole selected dataset.
@@ -11038,11 +11039,11 @@ return $ret;
@@ -11630,8 +11631,9 @@ sub bdump {
  • valueFilter - Regular expression to filter datasets within particular functions. The regex is - applied to the whole selected dataset (inclusive Device, Reading and so on). - Please compare to explanations of relevant set-commands.

  • + applied to a particular field or to the whole selected dataset (inclusive Device, Reading and + so on). + Please consider the explanations within the set-commands.
    @@ -12438,13 +12440,13 @@ sub bdump {
    @@ -13109,11 +13111,11 @@ return $ret;
    @@ -13699,8 +13701,9 @@ sub bdump {
  • valueFilter - Regulärer Ausdruck zur Filterung von Datensätzen innerhalb bestimmter Funktionen. Der - Regex auf den gesamten selektierten Datensatz (inkl. Device, Reading usw.) angewendet. - Bitte vergleichen sie die Erläuterungen zu den entsprechenden Set-Kommandos.

  • + Regex wird auf ein bestimmtes Feld oder den gesamten selektierten Datensatz (inkl. Device, + Reading usw.) angewendet. + Bitte beachten sie die Erläuterungen zu den entsprechenden Set-Kommandos.