PHTV: restrict notifications to global

git-svn-id: https://svn.fhem.de/fhem/trunk@14022 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2017-04-17 20:02:49 +00:00
parent a4828f4043
commit ca19df845e

View File

@@ -73,7 +73,7 @@ sub PHTV_Define($$) {
return $msg;
}
$hash->{TYPE} = "PHTV";
$hash->{NOTIFYDEV} = "global";
my $address = $a[2];
$hash->{helper}{ADDRESS} = $address;