Update index.html

This commit is contained in:
Maximilian Giller 2023-10-30 00:15:38 +01:00 committed by GitHub
parent 2b39b3af17
commit 0c880b781e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;