mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-25 15:59:21 +00:00
00_TCM: LOG level changed
git-svn-id: https://svn.fhem.de/fhem/trunk@8451 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
222c1e271f
commit
eea29dbf28
@ -148,7 +148,7 @@ TCM_Write($$$)
|
||||
} else {
|
||||
# TCM 310 (ESP3)
|
||||
$bstring = "55" . $fn . TCM_CRC8($fn) . $msg . TCM_CRC8($msg);
|
||||
Log3 $name, 2, "TCM $name sending ESP3: $bstring";
|
||||
Log3 $name, 5, "TCM $name sending ESP3: $bstring";
|
||||
}
|
||||
DevIo_SimpleWrite($hash, $bstring, 1);
|
||||
# next commands will be sent with a delay
|
||||
|
Loading…
x
Reference in New Issue
Block a user