fix missing SetCurrent

This commit is contained in:
Viktor Markstädter
2022-04-04 18:18:36 +02:00
parent 060787f0f6
commit 76b87df371

View File

@@ -221,6 +221,7 @@ def main():
'/Ac/Voltage': {'initial': 0, 'textformat': _v},
'/Current': {'initial': 0, 'textformat': _a},
'/SetCurrent': {'initial': 0, 'textformat': _a},
'/MaxCurrent': {'initial': 0, 'textformat': _a},
'/MCU/Temperature': {'initial': 0, 'textformat': _degC}
}