traccar-web icon indicating copy to clipboard operation
traccar-web copied to clipboard

Traccar-web send wrong payload when send custom command

Open vilix13 opened this issue 7 years ago • 0 comments

Traccar-web send wrong payload when send custom command. This bug occurs since traccar v3.5.

traccar version 3.6 and above except next payload:

{ diveceId: 1, type: "custom", attributes : { data : "*custom command there*" } }

but traccar-web send:

{ diveceId: 1, type: "custom", command: "*custom command there*", attributes : {} }

I'm working on a fix. Wait my PR.

vilix13 avatar Apr 24 '17 20:04 vilix13