aboutsummaryrefslogtreecommitdiff
path: root/test/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.py')
-rwxr-xr-xtest/test.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/test.py b/test/test.py
index 267a19f..0c4a347 100755
--- a/test/test.py
+++ b/test/test.py
@@ -1,8 +1,10 @@
#!/usr/bin/env python
import __py_include
-from homekit.relay import RelayClient
+
+from pprint import pprint
+from homekit.camera.config import IpcamConfig
if __name__ == '__main__':
- c = RelayClient()
- print(c, c._host) \ No newline at end of file
+ c = IpcamConfig()
+ pprint(c.get()) \ No newline at end of file