homekit/test/test.py
2023-06-10 23:20:37 +03:00

8 lines
152 B
Python
Executable File

#!/usr/bin/env python
import __py_include
from homekit.relay import RelayClient
if __name__ == '__main__':
c = RelayClient()
print(c, c._host)