文件名称:python-wled:WLED的异步Python客户端
文件大小:28KB
文件格式:ZIP
更新时间:2024-05-09 12:25:24
esp8266 asynchronous api-client python3 ws2812b
Python:WLED API客户端 WLED的异步Python客户端。 关于 该软件包允许您以编程方式控制和监视WLED设备。 主要是为了允许第三方程序自动执行WLED的行为而创建的。 安装 pip install wled 用法 import asyncio from wled import WLED async def main (): """Show example on controlling your WLED device.""" async with WLED ( "wled-frenck.local" ) as led : device = await led . update () print ( device . info . version ) # Turn strip on, full bright
【文件预览】:
python-wled-master
----MANIFEST.in(77B)
----requirements_dev.txt(126B)
----.github()
--------dependabot.yml(307B)
--------FUNDING.yml(70B)
--------workflows()
----tests()
--------__init__.py(43B)
--------test_wled.py(16KB)
----requirements_test.txt(166B)
----.isort.cfg(46B)
----.yamllint(1KB)
----CONTRIBUTING.md(1KB)
----requirements.txt(65B)
----examples()
--------control.py(494B)
----setup.py(2KB)
----LICENSE.md(1KB)
----.gitignore(1KB)
----mypi.ini(875B)
----Makefile(3KB)
----CODE_OF_CONDUCT.md(3KB)
----wled()
--------wled.py(13KB)
--------models.py(9KB)
--------__init__.py(246B)
--------__version__.py(66B)
--------exceptions.py(358B)
----README.md(6KB)
----.editorconfig(311B)
----.flake8(45B)
----.gitattributes(41B)
----.pre-commit-config.yaml(2KB)
----pylintrc(11KB)