@tuya-miniapp/ark-extension-virtual-device 1.4.2 → 1.4.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 +2 -1
- package/package.json +1 -1
package/dist/worker/index.js
CHANGED
|
@@ -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,
|