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:
klaus-schauer
2014-01-15 08:20:44 +00:00
parent 43b99e0e50
commit fadb639682

View File

@@ -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;