文件名称:nibeuplink:Nibe Uplink异步python接口
文件大小:26KB
文件格式:ZIP
更新时间:2024-03-24 22:44:11
home-automation home-assistant nibe-uplink Python
Nibe上行链路通信模块 模块 该模块是异步驱动的接口,可用于上行链路公共API。 每4秒将其限制为一个http请求,因此请尝试通过批量处理请求来充分利用您的请求。 状态 例子 def token_read (): return None def token_write ( token ): pass async def run (): async with nibeuplink . Uplink ( client_id = 'XXX' , client_secret = 'YYY' , redirect_uri = 'ZZZ' , ac
【文件预览】:
nibeuplink-master
----README.rst(3KB)
----.github()
--------workflows()
----tests()
--------test_utils.py(2KB)
--------tools.py(6KB)
--------test_monitor.py(2KB)
--------test_basic.py(9KB)
--------test_uplink.py(3KB)
--------fake_uplink.py(7KB)
----src()
--------nibeuplink()
----setup.cfg(56B)
----setup.py(1KB)
----.gitignore(137B)
----LICENSE.txt(1KB)