diff --git a/src/streamHandler/PacketInfluxPointFactory.js b/src/streamHandler/PacketInfluxPointFactory.js index e21b7b0..b19b241 100644 --- a/src/streamHandler/PacketInfluxPointFactory.js +++ b/src/streamHandler/PacketInfluxPointFactory.js @@ -21,6 +21,7 @@ const MEASUREMENT_MAP = new Map([ ["AuthenticationType", "authenticationType"], ["AssociationSuccess", "associationIsSuccessful"], ["DisassociationReason", "disassociationReason"], + ["HandshakeStage", "handshakeStage"], ]);