@tuya-miniapp/ark-extension-virtual-device 1.4.1 → 1.4.2

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);
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.2",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "manifest.json",