From 8e3b37925b3a5ee19f8874142c69ce5524016783 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sun, 1 Jan 2023 20:22:51 +0000 Subject: [PATCH] 93_DbRep: Commandref edited git-svn-id: https://svn.fhem.de/fhem/trunk@26940 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/93_DbRep.pm | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/fhem/FHEM/93_DbRep.pm b/fhem/FHEM/93_DbRep.pm index 174001893..0e8de12cf 100644 --- a/fhem/FHEM/93_DbRep.pm +++ b/fhem/FHEM/93_DbRep.pm @@ -3,7 +3,7 @@ ########################################################################################################## # 93_DbRep.pm # -# (c) 2016-2022 by Heiko Maaz +# (c) 2016-2023 by Heiko Maaz # e-mail: Heiko dot Maaz at t-online dot de # # This Module can be used to select and report content of databases written by 93_DbLog module @@ -55,6 +55,7 @@ no if $] >= 5.017011, warnings => 'experimental::smartmatch'; # Version History intern my %DbRep_vNotesIntern = ( + "8.50.10" => "01.01.2023 Commandref edited ", "8.50.9" => "28.12.2022 Commandref changed to a id-links ", "8.50.8" => "21.12.2022 add call to DbRep_sqlCmd, DbRep_sqlCmdBlocking ", "8.50.7" => "17.12.2022 Commandref edited ", @@ -15439,7 +15440,9 @@ sub dbval { In that case the device names are derived from the device specification and the existing devices in FHEM before carry out the SQL selection.
If the the device, list or device specification is prepended by "EXCLUDE=", - the devices are excluded from database selection. + the devices are excluded from database selection.
+ The database selection is executed as a logical AND operation of "device" and the attribute + reading.