1
0
Fork 0

Added CSV-File and some code-cleanup

main
Kim Huebel 4 years ago
parent 990fe946c5
commit cb36605899

@ -0,0 +1,4 @@
TS,TG,LABEL
1,263,DL Multimode BM
2,8021,Pegasus DMR-DL
2,2625,RLP/SL BM
1 TS TG LABEL
2 1 263 DL Multimode BM
3 2 8021 Pegasus DMR-DL
4 2 2625 RLP/SL BM

@ -134,7 +134,6 @@ function getRawTarget(logline) {
function resolveTarget(timeslot, target) {
retval = null;
tmpval = talkgroups.filter(function (tg) { return tg[0] == timeslot});
// and tg.TG == target
retval = tmpval.filter(function (tg) { return tg[1] == target.substring(3, target.length)});
if (retval.length > 0) {
return retval[0][2];

@ -1 +1 @@
var dashboard_version = "2021-02-13 21:34:03";
var dashboard_version = "2021-02-13 21:46:34";

Loading…
Cancel
Save