diff options
author | Gavriel Fleischer <flocsy@gmail.com> | 2019-03-13 11:59:07 +0200 |
---|---|---|
committer | Gavriel Fleischer <flocsy@gmail.com> | 2019-03-13 11:59:07 +0200 |
commit | c2fa366c08519828b81e57665540f6525d049577 (patch) | |
tree | 7ff4a6adb66feb8068a5375c960020410d938ba7 /src/org/traccar/protocol/WatchProtocol.java | |
parent | 81d4920ba7e45d762f7e276195b9b085e88249a4 (diff) | |
download | trackermap-server-c2fa366c08519828b81e57665540f6525d049577.tar.gz trackermap-server-c2fa366c08519828b81e57665540f6525d049577.tar.bz2 trackermap-server-c2fa366c08519828b81e57665540f6525d049577.zip |
added POWEROFF to watch protocol
Diffstat (limited to 'src/org/traccar/protocol/WatchProtocol.java')
-rw-r--r-- | src/org/traccar/protocol/WatchProtocol.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/org/traccar/protocol/WatchProtocol.java b/src/org/traccar/protocol/WatchProtocol.java index b8c990b84..fe285e70d 100644 --- a/src/org/traccar/protocol/WatchProtocol.java +++ b/src/org/traccar/protocol/WatchProtocol.java @@ -31,6 +31,7 @@ public class WatchProtocol extends BaseProtocol { Command.TYPE_ALARM_SOS, Command.TYPE_ALARM_BATTERY, Command.TYPE_REBOOT_DEVICE, + Command.TYPE_POWER_OFF, Command.TYPE_ALARM_REMOVE, Command.TYPE_SILENCE_TIME, Command.TYPE_ALARM_CLOCK, |