@tuya-miniapp/ark-extension-virtual-device 1.8.13-beta.2 → 1.8.13-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/view/index.html +1 -1
- package/dist/worker/index.js +2 -2
- package/package.json +1 -1
package/dist/view/index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
};</script><script>window.TPM = window.TPM || [];
|
|
4
4
|
window.TPM.push(["setGatherServer", "https://tpm.tuyacn.com/tpm.gif"]);
|
|
5
5
|
window.TPM.push(["setAppId", "ark-extension-virtual-device"]);
|
|
6
|
-
window.TPM.push(["setVersion", "1.8.13-beta.
|
|
6
|
+
window.TPM.push(["setVersion", "1.8.13-beta.3"]);</script><script defer="defer" src="https://static1.tuyacn.com/static/ty-lib/tpm3/tpm-3.3.11.min.js?appId=ark-extension-virtual-device&version=1.8.13-beta.3"></script><style>html, body {
|
|
7
7
|
background-color: #282828;
|
|
8
8
|
}
|
|
9
9
|
#root {
|
package/dist/worker/index.js
CHANGED
|
@@ -220753,7 +220753,7 @@ var require_package2 = __commonJS({
|
|
|
220753
220753
|
module2.exports = {
|
|
220754
220754
|
name: "@tuya-miniapp/ark-extension-virtual-device",
|
|
220755
220755
|
appId: "ark-extension-virtual-device",
|
|
220756
|
-
version: "1.8.13-beta.
|
|
220756
|
+
version: "1.8.13-beta.3",
|
|
220757
220757
|
license: "MIT",
|
|
220758
220758
|
files: [
|
|
220759
220759
|
"manifest.json",
|
|
@@ -283882,7 +283882,7 @@ var import_TYUniCode10 = __toESM(require_dist());
|
|
|
283882
283882
|
async function getCurrentHomeInfo() {
|
|
283883
283883
|
const homeId = await getHomeId();
|
|
283884
283884
|
const data = await ark.http.atop({
|
|
283885
|
-
api: "
|
|
283885
|
+
api: "m.life.location.get",
|
|
283886
283886
|
version: "3.4",
|
|
283887
283887
|
params: { gid: homeId }
|
|
283888
283888
|
});
|