From b2a7f2ab20f1ec178c4c834ad709e581ea9a56eb Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 21:43:41 -0500 Subject: [PATCH] motor --- components/ratgdo/binary_sensor/ratgdo_binary_sensor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h index bfc8f57..f331cb7 100644 --- a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h +++ b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h @@ -23,6 +23,7 @@ namespace ratgdo { void on_motion_state(MotionState state) override; void on_obstruction_state(ObstructionState state) override; + void on_motor_state(MotorState state) override; protected: SensorType binary_sensor_type_;