00_TCM: CommandSave changes

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9080 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus-schauer
2015-08-16 14:34:30 +00:00
parent 2c90c98b8f
commit a2089f61d3

View File

@@ -950,7 +950,7 @@ sub TCM_Notify(@) {
$hash->{LastID} = "00000000"; $hash->{LastID} = "00000000";
} }
} }
CommandSave(undef, undef); #CommandSave(undef, undef);
readingsSingleUpdate($hash, "state", "initialized", 1); readingsSingleUpdate($hash, "state", "initialized", 1);
Log3 $name, 2, "TCM $name initialized"; Log3 $name, 2, "TCM $name initialized";
} }