This commit is contained in:
J. Nick Koston 2023-06-09 17:44:16 -05:00
parent b4dac7cb90
commit a62e363c02
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -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;