1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

CAN bus: support remote transmission request flag for canbus.send (#3193)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Felix Storm
2022-04-04 01:15:51 +02:00
committed by GitHub
parent fd7e861ff5
commit 2e436eae6b
4 changed files with 35 additions and 6 deletions

View File

@@ -2616,6 +2616,16 @@ text_sensor:
canbus_id: esp32_internal_can
can_id: 23
data: [0x10, 0x20, 0x30]
- canbus.send:
canbus_id: mcp2515_can
can_id: 24
remote_transmission_request: true
data: []
- canbus.send:
canbus_id: esp32_internal_can
can_id: 24
remote_transmission_request: true
data: []
- platform: template
name: Template Text Sensor
id: ${textname}_text