1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-13 08:42:18 +01:00

Update script/api_protobuf/api_protobuf.py

This commit is contained in:
J. Nick Koston
2025-06-17 10:39:49 +02:00
committed by GitHub
parent 6babe516ac
commit 0a6b7f9a1b

View File

@@ -1353,8 +1353,6 @@ def main() -> None:
hpp += " public:\n"
hpp += "#endif\n\n"
hpp += " public:\n"
# Add generic send_message method
hpp += " template<typename T>\n"
hpp += " bool send_message(const T &msg) {\n"