@tuya-miniapp/ark-extension-virtual-device 0.0.6 → 0.0.7
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/dist/worker/index.js +2 -2
- package/package.json +1 -1
package/dist/worker/index.js
CHANGED
|
@@ -22054,14 +22054,14 @@ ark.miniapp.addPluginMethod("TYUniBluetoothManager", "bluetoothIsPowerOn", bluet
|
|
|
22054
22054
|
|
|
22055
22055
|
// worker/api/TYUniOTAManager.ts
|
|
22056
22056
|
var import_TYUniCode4 = __toESM(require_dist());
|
|
22057
|
-
async function
|
|
22057
|
+
async function checkOTAUpgradeStatus(params) {
|
|
22058
22058
|
return {
|
|
22059
22059
|
data: { status: 0 },
|
|
22060
22060
|
errorCode: 0,
|
|
22061
22061
|
errorMsg: import_TYUniCode4.TYUniPluginError.SUCCESS.des
|
|
22062
22062
|
};
|
|
22063
22063
|
}
|
|
22064
|
-
ark.miniapp.addPluginMethod("
|
|
22064
|
+
ark.miniapp.addPluginMethod("TYUniOTAManager", "checkOTAUpgradeStatus", checkOTAUpgradeStatus);
|
|
22065
22065
|
|
|
22066
22066
|
// worker/api/TYUniBluetoothManager.ts
|
|
22067
22067
|
var import_TYUniCode5 = __toESM(require_dist());
|