diff --git a/fhem/contrib/DS_Starter/93_DbRep.pm b/fhem/contrib/DS_Starter/93_DbRep.pm index d9651ee47..4dda09b1e 100644 --- a/fhem/contrib/DS_Starter/93_DbRep.pm +++ b/fhem/contrib/DS_Starter/93_DbRep.pm @@ -12706,8 +12706,8 @@ return $ret;
  • device - Selection of particular or several devices.
    You can specify a list of devices separated by "," or use device specifications (devspec).
    - The device names are derived from device specification and the active devices in FHEM before - SQL selection will be carried out.
    + 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.

    @@ -15181,8 +15181,8 @@ return $ret;
  • device - Abgrenzung der DB-Selektionen auf ein bestimmtes oder mehrere Devices.
    Es können Geräte-Spezifikationen (devspec) angegeben werden.
    - Die Devicenamen werden vor der Selektion aus der Geräte-Spezifikationen und den aktuell in FHEM - vorhandenen Devices abgeleitet.
    + In diesem Fall werden die Devicenamen vor der Selektion aus der Geräte-Spezifikationen und den aktuell in FHEM + vorhandenen Devices aufgelöst.
    Wird dem Device bzw. der Device-Liste oder Geräte-Spezifikation ein "EXCLUDE=" vorangestellt, werden diese Devices von der Selektion ausgeschlossen.