Update index.html
This commit is contained in:
parent
2b39b3af17
commit
0c880b781e
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
<button type="button" onclick="generic('temperature')">Display Temperature</button>
|
||||
<button type="button" onclick="generic('humidity')">Display Humidity</button>
|
||||
<script>
|
||||
const targetHost = "http://192.168.178.54:8000";
|
||||
const targetHost = "http://192.168.178.84:8000";
|
||||
|
||||
function displayMessage() {
|
||||
const message = document.getElementById("message").value;
|
||||
|
|
Loading…
Reference in a new issue