From bc9ed6770f65a53dff72fa4ef881f9b1a8d6116c Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Sun, 19 Feb 2023 22:39:00 +0000 Subject: [PATCH] :for debug only git-svn-id: https://svn.fhem.de/fhem/trunk@27252 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/betateilchen/98_btdummy.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fhem/contrib/betateilchen/98_btdummy.pm b/fhem/contrib/betateilchen/98_btdummy.pm index 0f803a92a..635615bba 100644 --- a/fhem/contrib/betateilchen/98_btdummy.pm +++ b/fhem/contrib/betateilchen/98_btdummy.pm @@ -1,5 +1,8 @@ ############################################## # $Id$ +# forked from 98_dummy.pm +# + package FHEM::Automation::btdummy; ##no critic qw(Package) use strict; @@ -15,12 +18,9 @@ BEGIN { GP_Import( qw( attr AttrVal - defs - init_done InternalTimer IsDisabled Log3 - RemoveInternalTimer readingFnAttributes readingsSingleUpdate ) )