set ... classdef filename creates a reading in order to survive rewriting of fhem.conf by autocreate

git-svn-id: https://svn.fhem.de/fhem/trunk@810 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2011-01-28 20:05:44 +00:00
parent 89e4b0662d
commit c95f19049a

View File

@ -526,6 +526,8 @@ ECMD_Set($@)
} }
} }
$hash->{READINGS}{$a[1]}{VAL} = "$classname $filename";
$hash->{READINGS}{$a[1]}{TIME} = TimeNow();
return undef; return undef;
} }