2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 09:55:38 +00:00

: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 9d9e41f068
commit bc9ed6770f

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