diff options
author | Abyss777 <abyss@fox5.ru> | 2016-08-16 14:16:40 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-08-16 14:16:40 +0500 |
commit | 96f0143b2cbbb93f1c325e1df7c66a2fc3d55b7e (patch) | |
tree | 3e1336a0597ca649f54e2b271a96df4b37273c9b /test/org | |
parent | 87a8bf3f5cff9b2e537594d0a13371ed8f06fcea (diff) | |
download | trackermap-server-96f0143b2cbbb93f1c325e1df7c66a2fc3d55b7e.tar.gz trackermap-server-96f0143b2cbbb93f1c325e1df7c66a2fc3d55b7e.tar.bz2 trackermap-server-96f0143b2cbbb93f1c325e1df7c66a2fc3d55b7e.zip |
GT06 Added alarm decoder for status packets
Diffstat (limited to 'test/org')
-rw-r--r-- | test/org/traccar/protocol/Gt06ProtocolDecoderTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/Gt06ProtocolDecoderTest.java b/test/org/traccar/protocol/Gt06ProtocolDecoderTest.java index 3343f72e2..8b6b65b8c 100644 --- a/test/org/traccar/protocol/Gt06ProtocolDecoderTest.java +++ b/test/org/traccar/protocol/Gt06ProtocolDecoderTest.java @@ -43,6 +43,9 @@ public class Gt06ProtocolDecoderTest extends ProtocolTest { verifyAttributes(decoder, binary( "78780a13440604000201baaf540d0a")); + verifyAttributes(decoder, binary( + "787825160F0C1D0A2B21C8027AC8040C46581000146F0901CC00287D001F714804040301001C84CF0D0A")); + verifyPosition(decoder, binary( "78781f120f0a140e150bc505e51e780293a9e800540000f601006e0055da00035f240d0a"), position("2015-10-20 14:21:11.000", true, 54.94535, 24.01762)); |