# Dispatch commands to device Dispatch a new command or Saved Command if _body.id_ set Endpoint: POST /commands/send Version: 6.10.0 Security: BasicAuth, ApiKey ## Request fields (application/json): - `id` (integer) - `deviceId` (integer) - `description` (string) - `type` (string) - `attributes` (object) ## Response 200 fields (application/json): - `id` (integer) - `deviceId` (integer) - `description` (string) - `type` (string) - `attributes` (object) ## Response 202 fields (application/json): - `id` (integer) - `deviceId` (integer) - `description` (string) - `type` (string) - `attributes` (object) ## Response 400 fields