Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-25 | Handle no cell info | Anton Tananaev | |
2021-08-08 | Fix alarm decoding | Anton Tananaev | |
2021-08-07 | Fix alarm response | Anton Tananaev | |
2021-07-19 | Support Watch temperature | Anton Tananaev | |
2021-07-15 | Remove watch overspeed alarm | Anton Tananaev | |
2021-07-11 | Add missing alarm | Anton Tananaev | |
2021-06-17 | Update WatchProtocolDecoder.java | l-e-o-n-c-e | |
2021-06-17 | Take "steps" value from LK frames | l-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-27 | Support KS01 4G protocol | Anton Tananaev | |
2020-07-13 | Handle negative altitude | Anton Tananaev | |
2020-06-15 | Update 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-17 | Support new message type | Anton Tananaev | |
2019-09-19 | watch protocol case fix | Erez Ninio | |
2019-03-31 | Convert project to gradle | Anton Tananaev | |