summaryrefslogtreecommitdiff
path: root/src/inverterd_emulator.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/inverterd_emulator.py')
-rwxr-xr-xsrc/inverterd_emulator.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/inverterd_emulator.py b/src/inverterd_emulator.py
deleted file mode 100755
index 8c4d0bd..0000000
--- a/src/inverterd_emulator.py
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env python3
-import logging
-
-from home.inverter.emulator import InverterEmulator
-
-
-if __name__ == '__main__':
- logging.basicConfig(level=logging.DEBUG)
- InverterEmulator(addr=('127.0.0.1', 8305))