change some variable names
parent
2305a0f35c
commit
1bc24c2453
|
|
@ -296,7 +296,7 @@
|
||||||
const apiKeyInput = document.querySelector("#api-key");
|
const apiKeyInput = document.querySelector("#api-key");
|
||||||
|
|
||||||
const showDelay = document.querySelector("#show-delay");
|
const showDelay = document.querySelector("#show-delay");
|
||||||
global deviceID = "";
|
let deviceID = "";
|
||||||
let delay = "";
|
let delay = "";
|
||||||
let apiKey = "";
|
let apiKey = "";
|
||||||
const unlockUrl = "https://ths.tnet.space/cgi-bin/doorcontrol-cgi/unlock-main.cgi";
|
const unlockUrl = "https://ths.tnet.space/cgi-bin/doorcontrol-cgi/unlock-main.cgi";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue