Skip to content

Commit

Permalink
Fixed 3 typos in example config
Browse files Browse the repository at this point in the history
  • Loading branch information
dorinelfilip committed Apr 27, 2023
1 parent a96592a commit 96c4eff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/mqtt.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"namingMap": {
"Inverter_mode": "output_mode",
"AC_grid_voltage": "grid_voltage",
"AC_grid_frequency": "grid_frecuency",
"AC_grid_frequency": "grid_frequency",
"AC_out_voltage": "ac_output_voltage",
"AC_out_frequency": "ac_output_frecuency",
"AC_out_frequency": "ac_output_frequency",
"PV_in_voltage": "pv_input_voltage_1",
"PV_in_current": "pv_input_current_for_battery",
"PV_in_watts": "pv_input_watts",
"PV_in_watthour": "pv_input_watthour",
"SCC_voltage": "battery_voltage_from_scc",
"Load_pct": "output_load_percent",
"Load_watt": "output_load_watt",
"Load_watthour": "outpu_load_watthour",
"Load_watthour": "output_load_watthour",
"Load_va": "ac_output_power_va",
"Bus_voltage": "bus_voltage",
"Heatsink_temperature": "inverter_heat_sink_temperature",
Expand Down

0 comments on commit 96c4eff

Please sign in to comment.