From 51542a55b769cb82cdc04ad7119632b9561478f3 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 17 May 2017 08:00:49 +1200 Subject: Add Watch heart message (fix #3171) --- test/org/traccar/protocol/WatchProtocolDecoderTest.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/org/traccar/protocol') diff --git a/test/org/traccar/protocol/WatchProtocolDecoderTest.java b/test/org/traccar/protocol/WatchProtocolDecoderTest.java index 9f402cef2..a1b9e458a 100644 --- a/test/org/traccar/protocol/WatchProtocolDecoderTest.java +++ b/test/org/traccar/protocol/WatchProtocolDecoderTest.java @@ -69,6 +69,12 @@ public class WatchProtocolDecoderTest extends ProtocolTest { verifyAttributes(decoder, text( "[CS*8800000015*0008*PULSE,72")); + verifyAttributes(decoder, text( + "[3G*6005412902*0007*heart,0")); + + verifyAttributes(decoder, text( + "[3G*6005412902*0008*heart,71")); + } } -- cgit v1.2.3