2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

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:
jpawlowski 2017-04-17 20:02:49 +00:00
parent be0bc9b067
commit 16e96f8d05

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;