diff options
Diffstat (limited to 'src/org/traccar/protocol/FreematicsProtocolDecoder.java')
-rw-r--r-- | src/org/traccar/protocol/FreematicsProtocolDecoder.java | 1 |
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; |