aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/protocol/GatorProtocolDecoder.java
diff options
context:
space:
mode:
authorseym45 <seym45@gmail.com>2023-08-22 00:27:36 +0400
committerseym45 <seym45@gmail.com>2023-08-22 00:27:36 +0400
commit860b8ba8b370f710dd5530253d8748bf6185f1fa (patch)
tree7db3accd0e2fddc0a0a388914ed9022b75fc6e8a /src/main/java/org/traccar/protocol/GatorProtocolDecoder.java
parent4157920142182c080dc6a4f21f19417d068fedc5 (diff)
downloadtrackermap-server-860b8ba8b370f710dd5530253d8748bf6185f1fa.tar.gz
trackermap-server-860b8ba8b370f710dd5530253d8748bf6185f1fa.tar.bz2
trackermap-server-860b8ba8b370f710dd5530253d8748bf6185f1fa.zip
Add periodic position fetching command for Gator protocol
Diffstat (limited to 'src/main/java/org/traccar/protocol/GatorProtocolDecoder.java')
-rw-r--r--src/main/java/org/traccar/protocol/GatorProtocolDecoder.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/org/traccar/protocol/GatorProtocolDecoder.java b/src/main/java/org/traccar/protocol/GatorProtocolDecoder.java
index a5ecb2169..bcd1a64b7 100644
--- a/src/main/java/org/traccar/protocol/GatorProtocolDecoder.java
+++ b/src/main/java/org/traccar/protocol/GatorProtocolDecoder.java
@@ -38,6 +38,7 @@ public class GatorProtocolDecoder extends BaseProtocolDecoder {
public static final int MSG_HEARTBEAT = 0x21;
public static final int MSG_POSITION_REQUEST = 0x30;
+ public static final int MSG_POSITION_PERIODIC = 0x30;
public static final int MSG_RESTORES_THE_OIL_DUCT = 0x38;
public static final int MSG_CLOSE_THE_OIL_DUCT = 0x39;
public static final int MSG_POSITION_DATA = 0x80;