Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tejt99 committed Jul 8, 2024
1 parent cb541e1 commit 6ca3d99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion up_stop_down/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />

<head>
<link rel="manifest" href="/manifest.json">
<link rel="manifest" href="manifest.json">
<title>Garage Door</title>
<style>
html,
Expand Down Expand Up @@ -53,6 +53,7 @@
}

</style>
<script src="https://unpkg.com/mqtt/dist/mqtt.min.js"></script>
</head>

<body>
Expand All @@ -72,6 +73,7 @@

function sendMsg(message) {
const params = getUrlParams();
console.log(params);

const brokerUrl = params['brokerUrl'];
const login = params['login'];
Expand Down

0 comments on commit 6ca3d99

Please sign in to comment.