document new sending method (#2923)

This commit is contained in:
Samuel Sieb 2023-05-16 04:36:05 -07:00 committed by GitHub
parent 4fd29c3c6f
commit 7aa7b58080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,10 @@ Automations:
if the timeout happens. The current sequence of pressed keys is placed in a ``vector<uint8_t>`` variable ``x``
and ``start`` holds the start key that activated this sequence or else ``0``.
Lambda:
-------
- **send_key(uint8_t key)**: Send a key to the collector directly.
See Also
--------