Stores a passed version number to the device identified by a serial number
Params
- serialNumber, required, string. Serial number of the device executing this method. Please note it will automatically store the serial number in the devices table if it is missing
- version, required, string. Version of a firmware that was installed to the device. Must be a valid version number. If there is no firmware identified by the version an error will be returned
The method returns an empty response
{
"accessToken": null,
"serialNumber": null,
"version": null
}