This function will restore the input Profishark device to default.
Method: POST
Data Params:
{
"device": {
"mac":"some_mac",
"model":"some_model",
"friendly_name":"some_friendly_name",
}
}{
"command": "/updateProfisharkFirmware",
"command_result": {
"profisharks": [{
"model": "SomeModel",
"friendly_name": "SomeFriendlyName",
"mac": "SomeMac",
"model_id":"some_model_id"
}],
"restore_device": [
"success": true,
"message": "Some Message"
]
},
"errors": false,
"general_message": "Successfully restored device some_device (some_mac)"
}