document new sending method (#2923)

This commit is contained in:
Samuel Sieb 2023-05-16 04:36:05 -07:00 committed by Jesse Hills
parent d72768e4d5
commit a1a5ef07e2
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 4 additions and 0 deletions

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
--------