diff --git a/src/assets/hestia.js b/src/assets/hestia.js index fe83524..54bf0fc 100644 --- a/src/assets/hestia.js +++ b/src/assets/hestia.js @@ -67,10 +67,10 @@ export function refreshState(doc, state) { // Proof of Fire statusString = 'Loading...'; - if (state.pof.on) statusString = "On"; else statusString = "Off"; + if (state.pof.on) statusString = "Lit"; else statusString = "Extinguished"; pofStatus.innerHTML = statusString; - // This is needlessly complicated but it matches the other status updates + // Feed Rate statusString = 'Loading...'; const { feedRate } = state.auger; if (config.feedRates.reverse[feedRate]) statusString = config.feedRates.reverse[feedRate]; diff --git a/src/index.html b/src/index.html index 0f3411d..70ae3d7 100644 --- a/src/index.html +++ b/src/index.html @@ -18,11 +18,15 @@ - PELLET STOVE FREE TRIAL HAS ENDED, PLEASE PURCHASE A LICENSE NOW! - + Your Hestia Free Trial has expired, please purchase a license to continue using Hestia. +
-

Hestia Control Panel

+
+ Dancing Jesus +
+ +

Hestia

@@ -52,7 +56,7 @@ - + @@ -66,12 +70,12 @@
-
+ +
@@ -88,10 +92,6 @@
-
- Dancing Jesus -
-
Proof of FireFire Placeholder