@tuya-miniapp/ark-extension-virtual-device 1.8.2-beta-4 → 1.8.2-beta-5

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.
@@ -220752,7 +220752,7 @@ var require_package2 = __commonJS({
220752
220752
  "package.json"(exports, module2) {
220753
220753
  module2.exports = {
220754
220754
  name: "@tuya-miniapp/ark-extension-virtual-device",
220755
- version: "1.8.2-beta-3",
220755
+ version: "1.8.2-beta-4",
220756
220756
  license: "MIT",
220757
220757
  files: [
220758
220758
  "manifest.json",
@@ -262819,6 +262819,7 @@ var getDeviceInfo = async (body) => {
262819
262819
  devInfo.result.accessType = devInfo32.result?.accessType;
262820
262820
  devInfo.result.parentId = devInfo32.result?.deviceTopo.parentDevId;
262821
262821
  devInfo.result.nodeId = devInfo32.result?.deviceTopo.nodeId;
262822
+ devInfo.result.devAttribute = devInfo32.result?.devAttribute;
262822
262823
  if (Object.hasOwn(devInfo32.result, "cloudOnline")) {
262823
262824
  devInfo.result.cloudOnline = devInfo32.result?.cloudOnline;
262824
262825
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/ark-extension-virtual-device",
3
- "version": "1.8.2-beta-4",
3
+ "version": "1.8.2-beta-5",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "manifest.json",