From 2c529d254c20c198f5f3d571e276b682e468249e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 17:37:52 -0500 Subject: [PATCH] openings --- components/ratgdo/ratgdo_child.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo_child.cpp b/components/ratgdo/ratgdo_child.cpp index a4fc254..3c3e633 100644 --- a/components/ratgdo/ratgdo_child.cpp +++ b/components/ratgdo/ratgdo_child.cpp @@ -13,7 +13,7 @@ namespace ratgdo { void RATGDOClient::on_obstruction_state(ObstructionState state) {}; void RATGDOClient::on_motor_state(MotorState state) {}; void RATGDOClient::on_rolling_code_change(uint32_t rollingCodeCounter) {}; - void RATGDOClient::on_openings_change(uint32_t openings); + void RATGDOClient::on_openings_change(uint32_t openings) {}; } // namespace ratgdo } // namespace esphome