allow save of TC-IT listen
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5029 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -303,7 +303,7 @@ sub HMinfo_tempList(@) { ######################################################
|
||||
next if (!$chN || !$defs{$chN} || $chN !~ m/$filter/);
|
||||
print aSave "\nentities:$chN";
|
||||
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);
|
||||
push @incmpl,$chN;
|
||||
next;
|
||||
|
||||
Reference in New Issue
Block a user