aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/protocol/GatorProtocolDecoder.java
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2023-08-29 06:44:03 -0700
committerGitHub <noreply@github.com>2023-08-29 06:44:03 -0700
commit84faee331312363f0930593c6e24bbcb55a871a5 (patch)
tree01591224e6204eab08822ba44f4a195bbbb3df81 /src/main/java/org/traccar/protocol/GatorProtocolDecoder.java
parent88bff45bd959ec932e00db9b3642e337abbcf1be (diff)
parenteaacc24b7461efc6f939efcf7ecc17ae646b13a5 (diff)
downloadtrackermap-server-84faee331312363f0930593c6e24bbcb55a871a5.tar.gz
trackermap-server-84faee331312363f0930593c6e24bbcb55a871a5.tar.bz2
trackermap-server-84faee331312363f0930593c6e24bbcb55a871a5.zip
Merge pull request #5155 from seym45/gator-commands-engine
Add more commands for Gator protocol
Diffstat (limited to 'src/main/java/org/traccar/protocol/GatorProtocolDecoder.java')
-rw-r--r--src/main/java/org/traccar/protocol/GatorProtocolDecoder.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/org/traccar/protocol/GatorProtocolDecoder.java b/src/main/java/org/traccar/protocol/GatorProtocolDecoder.java
index f7da5dc75..a9c620090 100644
--- a/src/main/java/org/traccar/protocol/GatorProtocolDecoder.java
+++ b/src/main/java/org/traccar/protocol/GatorProtocolDecoder.java
@@ -38,6 +38,10 @@ 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_OVERSPEED_ALARM = 0x3F;
+ public static final int MSG_RESET_MILEAGE = 0x6B;
+ public static final int MSG_RESTORE_OIL_DUCT = 0x38;
+ public static final int MSG_CLOSE_OIL_DUCT = 0x39;
public static final int MSG_POSITION_DATA = 0x80;
public static final int MSG_ROLLCALL_RESPONSE = 0x81;
public static final int MSG_ALARM_DATA = 0x82;