MCPcopy Index your code
hub / github.com/FrameworkComputer/inputmodule-rs / send_command

Function send_command

python/inputmodule/inputmodule/__init__.py:123–124  ·  view source on GitHub ↗
(dev, command, parameters=[], with_response=False)

Source from the content-addressed store, hash-verified

121
122
123def send_command(dev, command, parameters=[], with_response=False):
124 return send_command_raw(dev, FWK_MAGIC + [command] + parameters, with_response)
125
126
127def send_command_raw(dev, command, with_response=False):

Callers 15

main_cliFunction · 0.90
get_colorFunction · 0.90
set_colorFunction · 0.90
get_pwm_freqFunction · 0.90
percentageFunction · 0.90
animateFunction · 0.90
get_animateFunction · 0.90
image_blFunction · 0.90
render_matrixFunction · 0.90
light_ledsFunction · 0.90
pwm_freqFunction · 0.90
patternFunction · 0.90

Calls 1

send_command_rawFunction · 0.85

Tested by

no test coverage detected