diff --git a/code/espurna/web.ino b/code/espurna/web.ino index 1a319955..1f647524 100644 --- a/code/espurna/web.ino +++ b/code/espurna/web.ino @@ -350,6 +350,8 @@ void _wsStart(uint32_t client_id) { #if ENABLE_EMON root["dczPowIdx"] = getSetting("dczPowIdx").toInt(); + root["dczVoltIdx"] = getSetting("dczVoltIdx").toInt(); + root["dczCurrentIdx"] = getSetting("dczCurrentIdx").toInt(); #endif #if ENABLE_POW diff --git a/code/html/index.html b/code/html/index.html index 42686c7f..b0206acb 100644 --- a/code/html/index.html +++ b/code/html/index.html @@ -409,13 +409,13 @@