:for debug only

git-svn-id: https://svn.fhem.de/fhem/trunk@27252 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2023-02-19 22:39:00 +00:00
parent c5e0e5c4ab
commit 3c92e9cbe7

View File

@@ -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
) )