mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 19:36:02 +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:
parent
32fdab3ced
commit
a30cebbc69
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user