Restart a device
Role
Use this command to have the device perform a soft reset.
Depending on the communication interface, it may take some time before the device is available again.
Prototype
URL : /device/{$id}/reset
Method : POST
URL Params : {$id}
: the DeviceId of the device. Use GET /devices to enumerate the connected devices.
Request data : None
Success Response
Code : 200 OK
Content : a SUCCESS object.
Error Response
See Error Responses.