traccar-web
traccar-web copied to clipboard
Traccar-web send wrong payload when send custom command
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.