From 1bc24c2453d3ad6e85445994d12faa97ac527edf Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 20 Dec 2020 00:52:56 -0600 Subject: [PATCH] change some variable names --- trigger.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trigger.html b/trigger.html index e1bb019..c93aff4 100644 --- a/trigger.html +++ b/trigger.html @@ -296,7 +296,7 @@ const apiKeyInput = document.querySelector("#api-key"); const showDelay = document.querySelector("#show-delay"); - global deviceID = ""; + let deviceID = ""; let delay = ""; let apiKey = ""; const unlockUrl = "https://ths.tnet.space/cgi-bin/doorcontrol-cgi/unlock-main.cgi";