Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
async
def
ready_func():
12
await device.saveObjectData({
"blinker"
:
"nice"
})
13
14
15
device = Device(
"authKey"
, protocol=
"mqtts"
, ready_func=ready_func)
Callers
nothing calls this directly
Calls
1
saveObjectData
Method · 0.80
Tested by
no test coverage detected