文件名称:pyvera:一个通过Vera集线器控制设备的python库
文件大小:52KB
文件格式:ZIP
更新时间:2024-06-12 08:11:43
Python
pyVera 一个简单的Python库,可通过Vera控制器( )控制设备。 基于 支持订阅的附加功能和一些其他设备 如何使用 >>> import pyvera >>> controller = pyvera.VeraController("http://192.168.1.161:3480/") >>> devices = controller.get_devices('On/Off Switch') >>> devices [VeraSwitch (id=15 category=On/Off Switch name=Bookcase Uplighters), VeraSwitch (id=16 category=On/Off Switch name=Bookcase device)] >>> devices[1] VeraSwitch (id=15 category=On/
【文件预览】:
pyvera-master
----poetry.lock(34KB)
----pyproject.toml(2KB)
----pyvera()
--------__init__.py(59KB)
----.github()
--------workflows()
----tests()
--------common.py(25KB)
--------test_init.py(14KB)
--------conftest.py(779B)
--------__init__.py(20B)
----LICENSE(18KB)
----setup.cfg(1003B)
----examples()
--------show_lock_info.py(2KB)
--------garage_door.py(1KB)
--------__init__.py(20B)
--------list_devices.py(1KB)
--------device_listener.py(3KB)
--------lock_all_doors_with_status.py(3KB)
----.gitignore(120B)
----README.md(2KB)
----scripts()
--------update_deps.sh(411B)
--------build_and_publish.sh(359B)
--------common.sh(918B)
--------build.sh(1KB)
--------clean.sh(382B)
----.flake8(370B)
----pylintrc(404B)