From 538775d72636559d5d2209e0e7ae385fdcacfc90 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Wed, 14 Aug 2024 20:29:22 -0400 Subject: [PATCH] Hoping and praying --- src/assets/hestia.js | 6 +++--- src/index.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/assets/hestia.js b/src/assets/hestia.js index 57e02d2..3088bef 100644 --- a/src/assets/hestia.js +++ b/src/assets/hestia.js @@ -20,9 +20,9 @@ window.onload = async function() { }; function refreshState(doc, state) { - const igniterStatus = doc.getElementById("igniterStatus"); - const exhaustStatus = doc.getElementById("exhaustStatus"); - const augerStatus = doc.getElementById("augerStatus"); + const igniterStatus = doc.getElementById("igniter-status"); + const exhaustStatus = doc.getElementById("exhaust-status"); + const augerStatus = doc.getElementById("auger-status"); let statusString; statusString = ''; diff --git a/src/index.html b/src/index.html index d0809dd..d571fce 100644 --- a/src/index.html +++ b/src/index.html @@ -29,15 +29,15 @@ Igniter - Placeholder + Placeholder Exhaust - Placeholder + Placeholder Auger - Placeholder + Placeholder