summaryrefslogtreecommitdiff
path: root/src/test/test_inverter_monitor.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test_inverter_monitor.py')
-rwxr-xr-xsrc/test/test_inverter_monitor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_inverter_monitor.py b/src/test/test_inverter_monitor.py
index 4cccb77..d9b63d3 100755
--- a/src/test/test_inverter_monitor.py
+++ b/src/test/test_inverter_monitor.py
@@ -347,8 +347,8 @@ def main():
charger.start()
# init inverterd wrapper
- inverter.schema_init(host=config['inverter']['host'],
- port=config['inverter']['port'])
+ inverter.init(host=config['inverter']['host'],
+ port=config['inverter']['port'])
# start monitor
mon = InverterMonitor()