@tuya-miniapp/ark-extension-virtual-device 1.4.1 → 1.4.3-beta-1

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.
@@ -269125,7 +269125,7 @@ var DpMqttManager = class _DpMqttManager {
269125
269125
  );
269126
269126
  } else {
269127
269127
  client.subscribe(
269128
- `smart/mb/in/${deviceId}`,
269128
+ `smart/device/in/${deviceId}`,
269129
269129
  { qos: 2 },
269130
269130
  (err, grant) => {
269131
269131
  console.log("MQTT -->>>> error: ", err, "granted : ", grant);
@@ -269989,7 +269989,8 @@ async function getCurrentHomeInfo() {
269989
269989
  homeName: data.data?.result?.name,
269990
269990
  homeId,
269991
269991
  latitude: data.data?.result?.lat,
269992
- longitude: data.data?.result?.lon
269992
+ longitude: data.data?.result?.lon,
269993
+ admin: data.data?.result?.admin
269993
269994
  };
269994
269995
  return {
269995
269996
  data: homeInfo,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/ark-extension-virtual-device",
3
- "version": "1.4.1",
3
+ "version": "1.4.3-beta-1",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "manifest.json",