mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Add Toto protocol to remote receiver and transmitter (#8177)
This commit is contained in:
@@ -142,3 +142,8 @@ on_mirage:
|
||||
then:
|
||||
- lambda: |-
|
||||
ESP_LOGD("mirage", "Mirage data: %s", format_hex(x.data).c_str());
|
||||
on_toto:
|
||||
then:
|
||||
- logger.log:
|
||||
format: "on_toto: %u %u %u"
|
||||
args: ["x.rc_code_1", "x.rc_code_2", "x.command"]
|
||||
|
Reference in New Issue
Block a user