diff --git a/fhem/FHEM/93_DbRep.pm b/fhem/FHEM/93_DbRep.pm index 5b0654caf..1d06da05f 100644 --- a/fhem/FHEM/93_DbRep.pm +++ b/fhem/FHEM/93_DbRep.pm @@ -13740,8 +13740,8 @@ sub bdump {
sub UserFunction {
@@ -13766,10 +13766,11 @@ sub bdump {
- The interface works generally without and independent from Events.
- If the attribute is set, after every reading generation the Regex will be evaluated.
- If the evaluation was "true", set subroutine will be called.
- For further processing following parameters will be forwarded to the function:
+ The interface works generally without and independent from events.
+ If the attribute is set, after every reading creation in the device the Regex will be
+ evaluated.
+ If the evaluation is true, the subroutine will be called.
+ For further processing the following parameters are forwarded to the function:
sub UserFunction {
@@ -16293,9 +16294,9 @@ sub bdump {