Send Decoder Command

POST .../customers/{customerID}/devices/{deviceID}/cmd

Sends a command to a device and returns the result

Query Parameters

command (string) - The command to be sent to the device

Response Format

{
   "Response": String
}