2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 11:26:55 +00:00

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 fbd5e98534
commit e687b25c79

View File

@ -29,7 +29,7 @@ my $c_noModel = 'noModel';
my %fhemInfo = (); my %fhemInfo = ();
my @ignoreList = qw(Global); 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); cul_rfr solarview lw12 tscul knx dummy at archetype weather pushover twilight hminfo readingsgroup);
sub fheminfo_Initialize($$) { sub fheminfo_Initialize($$) {