mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
SetExtensions: deleting blink reports perl error
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4508 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7da085d959
commit
a115558d8a
@ -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));
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user