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

Function button2_callback

example/example.py:25–26  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

23
24
25async def button2_callback(msg):
26 print("Button2: {0}".format(msg))
27
28
29async def heartbeat_func(msg):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected