Verbiage
This commit is contained in:
parent
a082ed183f
commit
904eca0561
@ -62,7 +62,7 @@ export function refreshState(doc, state) {
|
||||
|
||||
// Auger
|
||||
statusString = 'Loading...';
|
||||
if (state.auger.on) statusString = "On"; else statusString = "Off";
|
||||
if (state.auger.on) statusString = "Enabled"; else statusString = "Disabled";
|
||||
augerStatus.innerHTML = statusString;
|
||||
|
||||
// Proof of Fire
|
||||
|
Loading…
Reference in New Issue
Block a user