homekit/test/test.py
2022-06-14 22:56:46 +03:00

7 lines
129 B
Python
Executable File

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