aboutsummaryrefslogtreecommitdiff
path: root/test/test_modems.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_modems.py')
-rwxr-xr-xtest/test_modems.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test_modems.py b/test/test_modems.py
new file mode 100755
index 0000000..39981f7
--- /dev/null
+++ b/test/test_modems.py
@@ -0,0 +1,9 @@
+#!/usr/bin/env python3
+import __py_include
+from homekit.modem import E3372, ModemsConfig
+
+
+if __name__ == '__main__':
+ mc = ModemsConfig()
+ modem = mc.get('mts-azov')
+ cl = E3372(modem['ip'], legacy_token_auth=modem['legacy_auth'])