MCPcopy Create free account
hub / github.com/blinker-iot/blinker-py / ready_func

Function ready_func

example/example.py:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33
34async def ready_func():
35 # 获取设备配置信息
36 print(vars(device.config))
37
38
39button1.func = button1_callback

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected