mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
parent
1a7d7880ce
commit
86c6a944ac
@ -85,7 +85,7 @@ This :ref:`Action <config-action>` sends a defined UART signal to the given UART
|
||||
- uart.write: 'Hello World'
|
||||
|
||||
# For escape characters, you must use double quotes!
|
||||
- uart.write: 'Hello World\r\n'
|
||||
- uart.write: "Hello World\r\n"
|
||||
|
||||
# Raw data
|
||||
- uart.write: [0x00, 0x20, 0x42]
|
||||
|
Loading…
Reference in New Issue
Block a user