mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
add custom uart id usage (#765)
This commit is contained in:
parent
3381217a5e
commit
1b4d78b307
@ -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
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user