mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
93_FHEM2FHEM.pm: remove $attr for temporary devices (Forum #73490)
git-svn-id: https://svn.fhem.de/fhem/trunk@14678 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b47a38ca5d
commit
f17545b355
@ -166,6 +166,7 @@ FHEM2FHEM_Read($)
|
||||
$defs{$rname}{TEMPORARY} = 1; # Do not save it
|
||||
DoTrigger($rname, $msg);
|
||||
delete($defs{$rname});
|
||||
delete($attr{$rname}); # Forum #73490
|
||||
|
||||
} else {
|
||||
if(AttrVal($name,"eventOnly",0)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user