mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 17:26:34 +00:00
00_TCM: function Dispatch patched
git-svn-id: https://svn.fhem.de/fhem/trunk@5542 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
754d587b20
commit
f0c7aa2fc0
@ -265,7 +265,7 @@ TCM_Read($)
|
|||||||
if ($blockSenderID eq "own" && (hex $id) >= $baseID && (hex $id) <= $lastID) {
|
if ($blockSenderID eq "own" && (hex $id) >= $baseID && (hex $id) <= $lastID) {
|
||||||
Log3 $name, 4, "TCM $name Telegram from $id blocked.";
|
Log3 $name, 4, "TCM $name Telegram from $id blocked.";
|
||||||
} else {
|
} else {
|
||||||
Dispatch($hash, "EnOcean:$packetType:$org:$d1:$id:$status", undef);
|
Dispatch($hash, "EnOcean:$packetType:$org:$d1:$id:$status:01FFFFFFFF0000", undef);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
@ -289,7 +289,7 @@ TCM_Read($)
|
|||||||
if ($blockSenderID eq "own" && (hex $id) >= $baseID && (hex $id) <= $lastID) {
|
if ($blockSenderID eq "own" && (hex $id) >= $baseID && (hex $id) <= $lastID) {
|
||||||
Log3 $name, 4, "TCM $name Telegram from $id blocked.";
|
Log3 $name, 4, "TCM $name Telegram from $id blocked.";
|
||||||
} else {
|
} else {
|
||||||
Dispatch($hash, "EnOcean:$packetType:$org:$d1:$id:$status", undef);
|
Dispatch($hash, "EnOcean:$packetType:$org:$d1:$id:$status:01FFFFFFFF0000", undef);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user