Hoping and praying
This commit is contained in:
parent
6fab8e4101
commit
538775d726
@ -20,9 +20,9 @@ window.onload = async function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function refreshState(doc, state) {
|
function refreshState(doc, state) {
|
||||||
const igniterStatus = doc.getElementById("igniterStatus");
|
const igniterStatus = doc.getElementById("igniter-status");
|
||||||
const exhaustStatus = doc.getElementById("exhaustStatus");
|
const exhaustStatus = doc.getElementById("exhaust-status");
|
||||||
const augerStatus = doc.getElementById("augerStatus");
|
const augerStatus = doc.getElementById("auger-status");
|
||||||
let statusString;
|
let statusString;
|
||||||
|
|
||||||
statusString = '';
|
statusString = '';
|
||||||
|
@ -29,15 +29,15 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr class="border-b border-gray-700">
|
<tr class="border-b border-gray-700">
|
||||||
<td class="py-2 px-4">Igniter</td>
|
<td class="py-2 px-4">Igniter</td>
|
||||||
<td class="py-2 px-4">Placeholder</td>
|
<td class="py-2 px-4" id="igniter-status">Placeholder</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="border-b border-gray-700">
|
<tr class="border-b border-gray-700">
|
||||||
<td class="py-2 px-4">Exhaust</td>
|
<td class="py-2 px-4">Exhaust</td>
|
||||||
<td class="py-2 px-4">Placeholder</td>
|
<td class="py-2 px-4" id="exhaust-status">Placeholder</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="py-2 px-4">Auger</td>
|
<td class="py-2 px-4">Auger</td>
|
||||||
<td class="py-2 px-4">Placeholder</td>
|
<td class="py-2 px-4" id="auger-status">Placeholder</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user