mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-05 08:20:23 +00:00
autocreate.pm: removed CURRENT as requested in http://forum.fhem.de/index.php?topic=20562.new#new
git-svn-id: https://svn.fhem.de/fhem/trunk@5014 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4c5596a81a
commit
508fefd988
@ -203,7 +203,7 @@ autocreate_Notify($$)
|
|||||||
$wlname .= "_$wnr" if($wnr > 1);
|
$wlname .= "_$wnr" if($wnr > 1);
|
||||||
$wnr++;
|
$wnr++;
|
||||||
delete($defs{$wlname}); # If we are re-creating it with createlog.
|
delete($defs{$wlname}); # If we are re-creating it with createlog.
|
||||||
$cmd = "$wlname SVG $flname:$gplotfile:CURRENT";
|
$cmd = "$wlname SVG $flname:$gplotfile:";
|
||||||
Log3 $me, 2, "autocreate: define $cmd";
|
Log3 $me, 2, "autocreate: define $cmd";
|
||||||
$ret = CommandDefine(undef, $cmd);
|
$ret = CommandDefine(undef, $cmd);
|
||||||
if($ret) {
|
if($ret) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user