mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 10:46:03 +00:00
98_autocreate.pm: revert last CURRENT patch
git-svn-id: https://svn.fhem.de/fhem/trunk@5015 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
508fefd988
commit
a4af044d2c
@ -203,7 +203,7 @@ autocreate_Notify($$)
|
||||
$wlname .= "_$wnr" if($wnr > 1);
|
||||
$wnr++;
|
||||
delete($defs{$wlname}); # If we are re-creating it with createlog.
|
||||
$cmd = "$wlname SVG $flname:$gplotfile:";
|
||||
$cmd = "$wlname SVG $flname:$gplotfile:CURRENT";
|
||||
Log3 $me, 2, "autocreate: define $cmd";
|
||||
$ret = CommandDefine(undef, $cmd);
|
||||
if($ret) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user