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

Function ready_func

example/data_read.py:12–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12async def ready_func():
13 print(device.data_reader.get())
14
15
16device = Device("authKey", ready_func=ready_func)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected