aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/protocol/WatchProtocolDecoder.java
AgeCommit message (Collapse)Author
2021-10-25Handle no cell infoAnton Tananaev
2021-08-08Fix alarm decodingAnton Tananaev
2021-08-07Fix alarm responseAnton Tananaev
2021-07-19Support Watch temperatureAnton Tananaev
2021-07-15Remove watch overspeed alarmAnton Tananaev
2021-07-11Add missing alarmAnton Tananaev
2021-06-17Update WatchProtocolDecoder.javal-e-o-n-c-e
2021-06-17Take "steps" value from LK framesl-e-o-n-c-e
"Steps" counter value is currently parsed from a complete GPS frame ony, but according to the protocol it is also transmitted in all "LK" keepalive frames, as well as the battery level. Example : [3G*123456789*000D*LK,1234,0,98] means 1234 steps counted and 98% battery level. Note : for this value to be incremented, the device should receive a 'PEDO,1' command (and 'PEDO,0' to stop the counter)
2020-11-27Support KS01 4G protocolAnton Tananaev
2020-07-13Handle negative altitudeAnton Tananaev
2020-06-15Update WatchProtocolDecoder.java (#4544)mattti-post
* Update WatchProtocolDecoder.java Based on documentation for watch protocol https://www.traccar.org/protocols/ 比电协议V1.8(20160926).doc * Update WatchProtocolDecoder.java
2019-10-17Support new message typeAnton Tananaev
2019-09-19watch protocol case fixErez Ninio
2019-03-31Convert project to gradleAnton Tananaev