add custom uart id usage (#765)

This commit is contained in:
Guillermo Ruffino 2020-09-16 22:39:15 -03:00 committed by GitHub
parent 3381217a5e
commit 1b4d78b307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,11 @@ This :ref:`Action <config-action>` sends a defined UART signal to the given UART
- uart.write: !lambda - uart.write: !lambda
return {0x00, 0x20, 0x42}; return {0x00, 0x20, 0x42};
# in case you need to specify the uart id
- uart.write:
id: my_second_uart
data: 'other data'
See Also See Also
-------- --------