2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-17 05:16:02 +00:00

00_TCM: CommandSave changes

git-svn-id: https://svn.fhem.de/fhem/trunk@9080 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus-schauer 2015-08-16 14:34:30 +00:00
parent 4c4e623e7b
commit 95bc7e03a8

View File

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