@blueid/access-cli 0.105.0 → 0.106.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
CHANGED
|
@@ -354,6 +354,7 @@ export const BlueVersionInfo = proto2.makeMessageType(
|
|
|
354
354
|
() => [
|
|
355
355
|
{ no: 1, name: "buildTime", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
356
356
|
{ no: 2, name: "version", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
357
|
+
{ no: 3, name: "testVersion", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
357
358
|
],
|
|
358
359
|
);
|
|
359
360
|
|
package/lib/proto/BlueSDK_pb.js
CHANGED
|
@@ -70,18 +70,19 @@ 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: "
|
|
74
|
-
{ no: 36, name: "
|
|
75
|
-
{ no: 37, name: "
|
|
76
|
-
{ no: 38, name: "
|
|
77
|
-
{ no: 39, name: "
|
|
78
|
-
{ no: 40, name: "
|
|
79
|
-
{ no: 41, name: "
|
|
80
|
-
{ no: 42, name: "
|
|
81
|
-
{ no: 43, name: "
|
|
82
|
-
{ no: 44, name: "
|
|
83
|
-
{ no: 45, name: "
|
|
84
|
-
{ no: 46, name: "
|
|
73
|
+
{ no: 35, name: "syncDeviceCheckLatestFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Check latest firmware" },
|
|
74
|
+
{ no: 36, name: "dfuInProgressTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update in Progress" },
|
|
75
|
+
{ no: 37, name: "dfuFailedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update has failed" },
|
|
76
|
+
{ no: 38, name: "dfuCancellingTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancelling..." },
|
|
77
|
+
{ no: 39, name: "dfuCompletedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update has been completed" },
|
|
78
|
+
{ no: 40, name: "dfuGetAuthenticationTokenTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Issue authentication token" },
|
|
79
|
+
{ no: 41, name: "dfuCheckLatestFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Check latest firmware" },
|
|
80
|
+
{ no: 42, name: "dfuDownloadLatestFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Download latest firmware" },
|
|
81
|
+
{ no: 43, name: "dfuPrepareUpdateLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Prepare Update" },
|
|
82
|
+
{ no: 44, name: "dfuStartBootloaderLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Start Bootloader" },
|
|
83
|
+
{ no: 45, name: "dfuInitializationLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "DFU initialization" },
|
|
84
|
+
{ no: 46, name: "dfuUpdateFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update firmware" },
|
|
85
|
+
{ no: 47, name: "dfuWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Wait for device to restart" },
|
|
85
86
|
],
|
|
86
87
|
);
|
|
87
88
|
|
|
@@ -181,6 +181,9 @@ export const BlueSystemStatus = proto2.makeMessageType(
|
|
|
181
181
|
{ no: 7, name: "localTime", kind: "message", T: BlueLocalTimestamp },
|
|
182
182
|
{ no: 8, name: "settings", kind: "message", T: BlueSystemSettings },
|
|
183
183
|
{ no: 9, name: "lock", kind: "message", T: BlueLockStatus, opt: true },
|
|
184
|
+
{ no: 10, name: "applicationVersionTest", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true },
|
|
185
|
+
{ no: 11, name: "newFirmwareVersionAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
186
|
+
{ no: 12, name: "newTestFirmwareVersionAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
184
187
|
],
|
|
185
188
|
);
|
|
186
189
|
|