From ef931b57210448c1c487b7671dfbe343fa0191c1 Mon Sep 17 00:00:00 2001 From: Martin Kennedy Date: Wed, 26 Mar 2025 23:30:11 -0400 Subject: [PATCH] Revert "test nonfunctionality" This worked! This reverts commit 96881b7391f0054bcb4511f54685d4018077614e. --- esphome/components/modbus_controller/modbus_controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/modbus_controller/modbus_controller.h b/esphome/components/modbus_controller/modbus_controller.h index bd8da9d..dfd52e4 100644 --- a/esphome/components/modbus_controller/modbus_controller.h +++ b/esphome/components/modbus_controller/modbus_controller.h @@ -309,7 +309,7 @@ struct RegisterRange { uint16_t skip_updates_counter; // the running value }; -class ModbusCommandItem this is a test of nonfunctionality { +class ModbusCommandItem { public: static const size_t MAX_PAYLOAD_BYTES = 240; ModbusController *modbusdevice{nullptr};