This commit is contained in:
Guido Schreuder 2024-02-21 08:59:31 +01:00
parent 454eaa9109
commit baad6e7d19

View file

@ -16,7 +16,7 @@ from esphome.const import (
# TODO: send identification response when requested
# TODO: add debug mode that logs all messages on the bus
# TODO: investigate using UART component, but that does not seem to expose the UART NUM
# TODO: telegrams are always send to slave right now, primary->primary communication
# TODO: telegrams are always send to secondary right now, primary->primary communication
# is possible according to the spec, but haven't found any need for it yet