@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.
@@ -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 connectTYBLEDevice(params) {
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("TYUniBluetoothManager", "connectTYBLEDevice", connectTYBLEDevice);
22064
+ ark.miniapp.addPluginMethod("TYUniOTAManager", "checkOTAUpgradeStatus", checkOTAUpgradeStatus);
22065
22065
 
22066
22066
  // worker/api/TYUniBluetoothManager.ts
22067
22067
  var import_TYUniCode5 = __toESM(require_dist());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/ark-extension-virtual-device",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "files": [
5
5
  "manifest.json",
6
6
  "dist/"