2
0
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:
klaus-schauer 2014-01-15 08:20:44 +00:00
parent fd04e3e526
commit 926ac8c6e4

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;