@tuya-miniapp/ark-extension-virtual-device 1.4.1-beta-2 → 1.4.1-beta-3
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 +1 -1
- package/package.json +1 -1
package/dist/worker/index.js
CHANGED
|
@@ -254182,7 +254182,7 @@ var startConnect = (0, import_lodash.debounce)(
|
|
|
254182
254182
|
}
|
|
254183
254183
|
console.log("\u6536\u5230dp", result);
|
|
254184
254184
|
if (result?.data?.dps) {
|
|
254185
|
-
const { schema = [] } = deviceInfo || {};
|
|
254185
|
+
const { schema = [] } = deviceInfo || groupInfo || {};
|
|
254186
254186
|
if (Array.isArray(schema)) {
|
|
254187
254187
|
try {
|
|
254188
254188
|
schema.map((item) => {
|