Skip to content

Commit

Permalink
Add N2N disabled explanation to log parser
Browse files Browse the repository at this point in the history
  • Loading branch information
lelouch94 committed Mar 19, 2021
1 parent bb550bb commit b09be9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Logparser/logparser.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ var match = [
{ re: "!TSF:RTE:FPAR ACTIVE", d: "Finding parent active, message not sent" },
{ re: "!TSF:RTE:(\\d+) UNKNOWN", d: "Routing for destination <b>$1</b> unknown, sending message to parent" },
{ re: "!TSF:RTE:N2N FAIL", d: "Direct node-to-node communication failed - handing over to parent" },
{ re: "TSF:RTE:N2N DIS", d: "Direct node-to-node communication disabled by configuration" },
{ re: "TSF:RRT:ROUTE N=(\\d+),R=(\\d+)", d: "Routing table, messages to node (<b>$1</b>) are routed via node (<b>$2</b>)"},
{ re: "!TSF:SND:TNR", d: "Transport not ready, message cannot be sent" },
{ re: "TSF:TDI:TSL", d: "Set transport to sleep" },
Expand Down

0 comments on commit b09be9c

Please sign in to comment.