action traccar_post_commands_send { label: "Dispatch commands to device" description: "Dispatch a new command or Saved Command if _body.id_ set" provider: traccar method: POST path: "/commands/send" encoding: json input: { type: "object" properties: { attributes: { type: "object" properties: {} } description: { type: "string" } deviceId: { type: "integer" } id: { type: "integer" } type: { type: "string" } } } output: { type: "object" properties: { attributes: { type: "object" properties: {} } description: { type: "string" } deviceId: { type: "integer" } id: { type: "integer" } type: { type: "string" } } } }