Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blinker-iot/blinker-py
/ heartbeat_func
Function
heartbeat_func
example/example.py:29–31 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
27
28
29
async
def
heartbeat_func(msg):
30
print(
"Heartbeat func received: {0}"
.format(msg))
31
# 文本组件
32
33
34
async
def
ready_func():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected