mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 17:36:01 +00:00
00_FBAHAHTTP.pm: Add some code for the FBAHA upgrade (Forum #92286)
git-svn-id: https://svn.fhem.de/fhem/trunk@17603 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
04279a7778
commit
590d4bc69f
@ -46,6 +46,9 @@ FBAHAHTTP_Define($$)
|
||||
CommandAttr(undef, "$d IODev $hash->{NAME}");
|
||||
CommandDelete(undef, $n) if($defs{$n});
|
||||
$defs{$d}{IODev} = $hash;
|
||||
|
||||
my $oldNr = $defs{$d}{IODev}{NR}; # Forum #92286
|
||||
$hash->{NR} = $oldNr if($hash->{NR} > $oldNr);
|
||||
}
|
||||
}
|
||||
$hash->{CmdStack} = ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user