Can manually download an OTA update
This commit is contained in:
@ -37,6 +37,13 @@ export class OTAAPI {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the link to download an OTA update
|
||||
*/
|
||||
static DownloadOTAUpdateURL(platform: string, version: string): string {
|
||||
return APIClient.backendURL() + `/ota/${platform}/${version}`;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the list of OTA updates
|
||||
*/
|
||||
|
Reference in New Issue
Block a user