From a62e363c02ca37169d17e74814513c3d9e37f90f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 17:44:16 -0500 Subject: [PATCH] openings --- components/ratgdo/sensor/ratgdo_sensor.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/ratgdo/sensor/ratgdo_sensor.h b/components/ratgdo/sensor/ratgdo_sensor.h index c4905b6..f999e29 100644 --- a/components/ratgdo/sensor/ratgdo_sensor.h +++ b/components/ratgdo/sensor/ratgdo_sensor.h @@ -15,9 +15,8 @@ namespace ratgdo { class RATGDOSensor : public sensor::Sensor, public RATGDOClient, public Component { public: - void setup() override; void dump_config() override; - void set_ratgdo_sensor_type(RATGDOSensorType sensor_type_) { this->ratgdo_sensor_type_ = sensor_type_; } + void set_ratgdo_sensor_type(RATGDOSensorType ratgdo_sensor_type_) { this->ratgdo_sensor_type_ = ratgdo_sensor_type_; } void on_openings_change(uint32_t openings) override;