diff --git a/fhem/FHEM/91_notify.pm b/fhem/FHEM/91_notify.pm index 079bb2a7c..312f807cf 100755 --- a/fhem/FHEM/91_notify.pm +++ b/fhem/FHEM/91_notify.pm @@ -84,7 +84,8 @@ notify_Exec($$) my %specials= ( "%NAME" => $n, "%TYPE" => $t, - "%EVENT" => $s + "%EVENT" => $s, + "%SELF" => $ln ); my $exec = EvalSpecials($ntfy->{".COMMAND"}, %specials); @@ -294,8 +295,8 @@ notify_fhemwebFn($$$$) $EVTPART2="(Celsius)". This data is available as a local variable in perl, as environment variable for shell scripts, and will be textually replaced for FHEM commands. -
myFht
myFht