Skip to content

Commit 14c1501

Browse files
committed
Add send input event
1 parent 53c15cd commit 14c1501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Meshtastic.Cli/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
root.AddCommand(new MqttProxyCommand("mqtt-proxy", "Proxy to the MQTT server referenced in the MQTT module config of the connected device", port, host, output, log));
6666
root.AddCommand(new RequestTelemetryCommand("request-telemetry", "Request a telemetry packet from a repeater by nodenum", port, host, output, log, dest, selectDest));
6767
root.AddCommand(new DfuCommand("dfu", "Enter (Uf2) DFU mode on NRF52 devices", port, host, output, log, dest, selectDest));
68+
root.AddCommand(new SendInputEventCommand("input-event", "Send an input event to the device", port, host, output, log, dest, selectDest));
6869
//root.AddCommand(new CaptureCommand("capture", "Capture all of the FromRadio messages for the device and store in MongoDB instance", port, host, output, log));
6970

7071
var parser = new CommandLineBuilder(root)

0 commit comments

Comments
 (0)