@blueid/access-cli 0.102.0 → 0.105.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/proto/BlueCore_pb.js +2 -0
- package/lib/proto/BlueSDK_pb.js +12 -0
- package/package.json +1 -1
package/lib/proto/BlueCore_pb.js
CHANGED
|
@@ -106,6 +106,8 @@ export const BlueReturnCode = proto2.makeEnum(
|
|
|
106
106
|
{no: -419, name: "SdkGetBlacklistEntriesFailed"},
|
|
107
107
|
{no: -420, name: "SdkGetSystemStatusFailed"},
|
|
108
108
|
{no: -421, name: "SdkWaitDeviceToRestartFailed"},
|
|
109
|
+
{no: -422, name: "SdkUnzipError"},
|
|
110
|
+
{no: -423, name: "SdkInvalidFirmwareURL"},
|
|
109
111
|
{no: -1000, name: "OssMAReturnCodeStart"},
|
|
110
112
|
{no: -1100, name: "OssMAReturnCodeEnd"},
|
|
111
113
|
],
|
package/lib/proto/BlueSDK_pb.js
CHANGED
|
@@ -70,6 +70,18 @@ export const BlueI18n = proto2.makeMessageType(
|
|
|
70
70
|
{ no: 32, name: "syncDeviceDeployBlacklistEntriesTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Deploy blacklist entries" },
|
|
71
71
|
{ no: 33, name: "syncDeviceRetrieveSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve system status" },
|
|
72
72
|
{ no: 34, name: "syncDevicePushSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push system status" },
|
|
73
|
+
{ no: 35, name: "dfuInProgressTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update in Progress" },
|
|
74
|
+
{ no: 36, name: "dfuFailedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update has failed" },
|
|
75
|
+
{ no: 37, name: "dfuCancellingTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancelling..." },
|
|
76
|
+
{ no: 38, name: "dfuCompletedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update has been completed" },
|
|
77
|
+
{ no: 39, name: "dfuGetAuthenticationTokenTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Issue authentication token" },
|
|
78
|
+
{ no: 40, name: "dfuCheckLatestFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Check latest firmware" },
|
|
79
|
+
{ no: 41, name: "dfuDownloadLatestFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Download latest firmware" },
|
|
80
|
+
{ no: 42, name: "dfuPrepareUpdateLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Prepare Update" },
|
|
81
|
+
{ no: 43, name: "dfuStartBootloaderLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Start Bootloader" },
|
|
82
|
+
{ no: 44, name: "dfuFindDFUPeripheralLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Find DFU peripheral" },
|
|
83
|
+
{ no: 45, name: "dfuUpdateFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update firmware" },
|
|
84
|
+
{ no: 46, name: "dfuWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Wait for device to restart" },
|
|
73
85
|
],
|
|
74
86
|
);
|
|
75
87
|
|