We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968a3e2 commit 68c54b7Copy full SHA for 68c54b7
1 file changed
Logparser/logparser.js
@@ -322,6 +322,7 @@ var match = [
322
{ re: "!TSF:RTE:FPAR ACTIVE", d: "Finding parent active, message not sent" },
323
{ re: "!TSF:RTE:(\\d+) UNKNOWN", d: "Routing for destination <b>$1</b> unknown, sending message to parent" },
324
{ re: "!TSF:RTE:N2N FAIL", d: "Direct node-to-node communication failed - handing over to parent" },
325
+ { re: "TSF:RTE:N2N DIS", d: "Direct node-to-node communication disabled by configuration" },
326
{ re: "TSF:RRT:ROUTE N=(\\d+),R=(\\d+)", d: "Routing table, messages to node (<b>$1</b>) are routed via node (<b>$2</b>)"},
327
{ re: "!TSF:SND:TNR", d: "Transport not ready, message cannot be sent" },
328
{ re: "TSF:TDI:TSL", d: "Set transport to sleep" },
0 commit comments