mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 22:26:04 +00:00
16_STACKABLE_CC.pm: Add TCM changes (Forum #60028)
git-svn-id: https://svn.fhem.de/fhem/trunk@12679 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3b5920afab
commit
8d2b086ccd
@ -110,7 +110,7 @@ STACKABLE_CC_Write($$)
|
||||
|
||||
($fn, $msg) = CUL_WriteTranslate($hash, $fn, $msg);
|
||||
return if(!defined($fn));
|
||||
IOWrite($hash, "", "*$fn$msg"); # No more translations
|
||||
IOWrite($hash, "", ($hash->{TCM} ? "%":"*")."$fn$msg"); # No more translations
|
||||
}
|
||||
|
||||
#####################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user