mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
fhem.pl: do not report definition of one-time at as structure change
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@7706 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c76d3f800a
commit
50caed710a
2
fhem.pl
2
fhem.pl
@ -4081,7 +4081,7 @@ addStructChange($$$)
|
|||||||
return if(!$init_done);
|
return if(!$init_done);
|
||||||
|
|
||||||
my ($cmd, $dev, $param) = @_;
|
my ($cmd, $dev, $param) = @_;
|
||||||
return if(!$defs{$dev} || $defs{$dev}{TEMPORARY});
|
return if(!$defs{$dev} || $defs{$dev}{TEMPORARY} || $defs{$dev}{VOLATILE});
|
||||||
|
|
||||||
$lastDefChange++;
|
$lastDefChange++;
|
||||||
shift @structChangeHist if(@structChangeHist > 9);
|
shift @structChangeHist if(@structChangeHist > 9);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user