mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 10:46:53 +00:00
55_PIFACE: notifyFn switch added
git-svn-id: https://svn.fhem.de/fhem/trunk@4651 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fd04e3e526
commit
926ac8c6e4
@ -69,6 +69,7 @@ sub PIFACE_Initialize($){
|
||||
sub PIFACE_Define($$){
|
||||
my ($hash, $def) = @_;
|
||||
my $name = $hash->{NAME};
|
||||
$hash->{NOTIFYDEV} = "global";
|
||||
Log3($name, 3, "PIFACE $name active");
|
||||
readingsSingleUpdate($hash, "state", "active",1);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user