2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 07:56:03 +00:00

allow save of TC-IT listen

git-svn-id: https://svn.fhem.de/fhem/trunk@5029 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2014-02-23 15:39:45 +00:00
parent 32fdab3ced
commit a30cebbc69

View File

@ -303,7 +303,7 @@ sub HMinfo_tempList(@) { ######################################################
next if (!$chN || !$defs{$chN} || $chN !~ m/$filter/); next if (!$chN || !$defs{$chN} || $chN !~ m/$filter/);
print aSave "\nentities:$chN"; print aSave "\nentities:$chN";
my @tl = sort grep /tempList(P[123])?[SMFWT]/,keys %{$defs{$chN}{READINGS}}; my @tl = sort grep /tempList(P[123])?[SMFWT]/,keys %{$defs{$chN}{READINGS}};
if (scalar@tl != 7){ if (scalar@tl != 7 && scalar@tl != 21){
print aSave "\nincomplete:$chN only data for ".join(",",@tl); print aSave "\nincomplete:$chN only data for ".join(",",@tl);
push @incmpl,$chN; push @incmpl,$chN;
next; next;