2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

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;
}