Skip to content

Commit c3c3fe3

Browse files
committed
fix typo
1 parent fceadf2 commit c3c3fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbus-mqtt-grid/dbus-mqtt-grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def _n(p, v): return (str("%i" % v))
403403
'/Ac/L3/Power': {'initial': 0, 'textformat': _w},
404404
'/Ac/L3/Current': {'initial': 0, 'textformat': _a},
405405
'/Ac/L3/Voltage': {'initial': 0, 'textformat': _v},
406-
'/Ac/L2/Frequency': {'initial': None, 'textformat': _hz},
406+
'/Ac/L3/Frequency': {'initial': None, 'textformat': _hz},
407407
'/Ac/L3/Energy/Forward': {'initial': None, 'textformat': _kwh},
408408
'/Ac/L3/Energy/Reverse': {'initial': None, 'textformat': _kwh},
409409
})

0 commit comments

Comments
 (0)