2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

91_watchdog.pm: fix code to follow doc (Forum #121598)

git-svn-id: https://svn.fhem.de/fhem/trunk@24652 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-06-17 19:02:55 +00:00
parent a90a2f38c9
commit a80b25defa

View File

@ -198,7 +198,7 @@ watchdog_Trigger($)
Log3 $name, 3, "Watchdog $name triggered";
my %specials= (
"%NAME" => ReadingsVal($name, "triggeredByDev", ""),
"%DEV" => ReadingsVal($name, "triggeredByDev", ""),
"%EVENT" => ReadingsVal($name, "triggeredByEvent", "")
);
my $exec = EvalSpecials($watchdog->{CMD}, %specials);