2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

SetExtensions: deleting blink reports perl error

git-svn-id: https://svn.fhem.de/fhem/trunk@4508 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-12-30 16:01:32 +00:00
parent 0d5ede46ab
commit 41b58ea278

View File

@ -143,7 +143,7 @@ SetExtensionsFn($)
} elsif($cmd eq "off-for-timer") {
DoSet($name, "on");
} elsif($cmd eq "blink") {
} elsif($cmd eq "blink" && $defs{$name}{SE_BLINKPARAM}) {
DoSet($name, "blink", split(" ", $defs{$name}{SE_BLINKPARAM}, 2));
}