action traccar_post_commands { label: "Create a Saved Command" provider: traccar method: POST path: "/commands" 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" } } } }