homekit/test/test_modems.py
Evgeny Sorokin da5db8bc28 wip
2024-01-16 02:05:00 +03:00

10 lines
241 B
Python
Executable File

#!/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'])