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:
parent
a90a2f38c9
commit
a80b25defa
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user