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
}
Sends a command to a device and returns the result
command (string) - The command to be sent to the device
{
"Response": String
}