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

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@810 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
neubert
2011-01-28 20:05:44 +00:00
parent 362e8e492e
commit cedd725de6

View File

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