From e57708bd6e8dd9657253496380246cd5fb7db2e0 Mon Sep 17 00:00:00 2001 From: DanielR92 Date: Wed, 5 Oct 2022 16:16:26 +0200 Subject: [PATCH] fix 'Var' to 'var' --- tools/esp8266/User_Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/esp8266/User_Manual.md b/tools/esp8266/User_Manual.md index c87adfa0..1c3f3cc1 100644 --- a/tools/esp8266/User_Manual.md +++ b/tools/esp8266/User_Manual.md @@ -18,7 +18,7 @@ The ahoy dtu will publish on the following topics |U_AC | 233.300|actual AC Voltage in Volt| |I_AC | 0.300 | actual AC Current in Ampere| |P_AC | 71.000| actual AC Power in Watt| -|Q_AC | 21.200| actual AC reactive power in Var| +|Q_AC | 21.200| actual AC reactive power in var| |F_AC | 49.990| actual AC Frequency in Hz| |PF_AC | 95.800| actual AC Power factor| |Temp | 19.800|Temperature of inverter in Celsius|