98_fheminfo.pm: allow models for DOIF

git-svn-id: https://svn.fhem.de/fhem/trunk@16480 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2018-03-25 09:02:38 +00:00
parent 74d2fce795
commit 18689b4ff2

View File

@@ -29,7 +29,7 @@ my $c_noModel = 'noModel';
my %fhemInfo = ();
my @ignoreList = qw(Global);
my @noModelList = qw(readingsgroup doif lacrosse zwdongle wol weekdaytimer
my @noModelList = qw(readingsgroup lacrosse zwdongle wol weekdaytimer
cul_rfr solarview lw12 tscul knx dummy at archetype weather pushover twilight hminfo readingsgroup);
sub fheminfo_Initialize($$) {