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

Function ready_func

example/storage_obj.py:11–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11async def ready_func():
12 await device.saveObjectData({"blinker": "nice"})
13
14
15device = Device("authKey", protocol="mqtts", ready_func=ready_func)

Callers

nothing calls this directly

Calls 1

saveObjectDataMethod · 0.80

Tested by

no test coverage detected