checkTransportRelease
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Check the version update status of the hardware connection tool Bridge
.
const response = await HardwareSDK.checkTransportRelease();
empty
const response = await HardwareSDK.checkTransportRelease();
Result
{
success: true,
payload: string, // local bridge version status, 'valid' or 'outdated'
}
Error
{
success: false,
payload: {
error: string, // error message
code: number // error code
}
}