send_ir_signal
Transmit ad-hoc parsed IR signals by specifying protocol, address, and command in MSB-first integer hex format, as reported by 'ir rx', to control devices via a Flipper Zero.
Instructions
Transmit an ad-hoc parsed IR signal. address and command are MSB-first integer
hex as reported by ir rx (e.g. protocol='NECext', address='DF02', command='EE11').
Optional '0x' prefix is fine. Raises on CLI error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| protocol | Yes | ||
| address | Yes | ||
| command | Yes |