mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
91_sequence.pm/98_structure.pm: notifyRegexpChanged by Nestor (Forum #113108)
git-svn-id: https://svn.fhem.de/fhem/trunk@22470 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
785cbc87ae
commit
bbdcee3fc8
@ -58,6 +58,7 @@ sequence_Define($$)
|
|||||||
$hash->{MAX} = int(@def);
|
$hash->{MAX} = int(@def);
|
||||||
$hash->{STATE} = "active";
|
$hash->{STATE} = "active";
|
||||||
$hash->{TS} = 0;
|
$hash->{TS} = 0;
|
||||||
|
notifyRegexpChanged($hash, $hash->{RE});
|
||||||
return undef;
|
return undef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -143,6 +143,7 @@ structure_setDevs($;$)
|
|||||||
$hash->{".memberHash"} = \%list;
|
$hash->{".memberHash"} = \%list;
|
||||||
$hash->{".memberList"} = \@list;
|
$hash->{".memberList"} = \@list;
|
||||||
delete $hash->{".cachedHelp"};
|
delete $hash->{".cachedHelp"};
|
||||||
|
notifyRegexpChanged($hash, 'global|'.join('|', @list));
|
||||||
}
|
}
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user