From 98b1d4b80a3049cf00261d89378f62cc440a2c9b Mon Sep 17 00:00:00 2001 From: jamesgo <> Date: Fri, 4 Dec 2015 15:26:31 +0000 Subject: [PATCH] 98_GAEBUS.pm : event-min-interval added to list of attributes git-svn-id: https://svn.fhem.de/fhem/trunk@10084 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/98_GAEBUS.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/contrib/98_GAEBUS.pm b/fhem/contrib/98_GAEBUS.pm index 153bfca48..92e349a29 100644 --- a/fhem/contrib/98_GAEBUS.pm +++ b/fhem/contrib/98_GAEBUS.pm @@ -24,7 +24,7 @@ # 09.11.2015 : A.Goebel : add support for multiple readings generated from one command to ebusd # ebusd may return a list of values like "52.0;43.0;8.000;41.0;45.0;error" # defining a reading "VL;RL;dummy;VLWW;RLWW" will create redings VL, RL, VLWW and RLWW - +# 04.12.2015 : A.Goebel : add event-min-interval to attributes package main; @@ -69,7 +69,7 @@ my $allSetParamsForWriting = ""; my $allGetParams = ""; my $delimiter = "~"; -my $attrsDefault = "do_not_notify:1,0 disable:1,0 dummy:1,0 showtime:1,0 loglevel:0,1,2,3,4,5,6 event-on-change-reading ebusWritesEnabled:0,1"; +my $attrsDefault = "do_not_notify:1,0 disable:1,0 dummy:1,0 showtime:1,0 loglevel:0,1,2,3,4,5,6 event-on-change-reading event-min-interval ebusWritesEnabled:0,1"; my %ebusCmd = (); sub