diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-30 22:47:25 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-30 22:47:25 +1300 |
commit | de60cf9d75d669a8078df32f7e11bf7af1970777 (patch) | |
tree | 16378c05ad2d716c4768f1f9209f8e4e12534053 /src/org/traccar/protocol/MiniFinderProtocol.java | |
parent | 3d9499fab03dc616d060c00047ec24a6163ea2fa (diff) | |
download | trackermap-server-de60cf9d75d669a8078df32f7e11bf7af1970777.tar.gz trackermap-server-de60cf9d75d669a8078df32f7e11bf7af1970777.tar.bz2 trackermap-server-de60cf9d75d669a8078df32f7e11bf7af1970777.zip |
Add more MiniFinder commands
Diffstat (limited to 'src/org/traccar/protocol/MiniFinderProtocol.java')
-rw-r--r-- | src/org/traccar/protocol/MiniFinderProtocol.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/org/traccar/protocol/MiniFinderProtocol.java b/src/org/traccar/protocol/MiniFinderProtocol.java index 71a956d0f..3bbdc1beb 100644 --- a/src/org/traccar/protocol/MiniFinderProtocol.java +++ b/src/org/traccar/protocol/MiniFinderProtocol.java @@ -35,11 +35,13 @@ public class MiniFinderProtocol extends BaseProtocol { Command.TYPE_VOICE_MONITORING, Command.TYPE_ALARM_SPEED, Command.TYPE_ALARM_GEOFENCE, + Command.TYPE_ALARM_VIBRATION, Command.TYPE_SET_AGPS, Command.TYPE_ALARM_FALL, Command.TYPE_MODE_POWER_SAVING, Command.TYPE_MODE_DEEP_SLEEP, - Command.TYPE_SOS_NUMBER); + Command.TYPE_SOS_NUMBER, + Command.TYPE_SET_INDICATOR); } @Override |