command_response is sent when cloud device has been updated { event = "command_response", command_id = "<command_id>", result = {...}, error = {...} } fields type description event string type of an event command_id string Command id that was used in corresponding cloud_devices.send_command request result object Contains command result if command succeeded error object Contains error data if command failed