From 0d84079ce10fcd51cd68159402f56f3540051af9 Mon Sep 17 00:00:00 2001 From: Ruakij Date: Mon, 29 Nov 2021 14:20:29 +0100 Subject: [PATCH] Added packetType to tag-fields --- src/streamHandler/PacketInfluxPointFactory.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/streamHandler/PacketInfluxPointFactory.js b/src/streamHandler/PacketInfluxPointFactory.js index 147658e..e21b7b0 100644 --- a/src/streamHandler/PacketInfluxPointFactory.js +++ b/src/streamHandler/PacketInfluxPointFactory.js @@ -9,6 +9,7 @@ const TAG_LIST = [ "bssid", "frequency", "flags", + "packetType", ]; /** Measurement-name and corresponding field-key */