aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/FreematicsProtocolDecoder.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/traccar/protocol/FreematicsProtocolDecoder.java')
-rw-r--r--src/org/traccar/protocol/FreematicsProtocolDecoder.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/org/traccar/protocol/FreematicsProtocolDecoder.java b/src/org/traccar/protocol/FreematicsProtocolDecoder.java
index 866e0fd6e..ba47699c3 100644
--- a/src/org/traccar/protocol/FreematicsProtocolDecoder.java
+++ b/src/org/traccar/protocol/FreematicsProtocolDecoder.java
@@ -56,6 +56,7 @@ public class FreematicsProtocolDecoder extends BaseProtocolDecoder {
break;
case "EV":
event = value;
+ break;
case "TS":
time = value;
break;