openings
This commit is contained in:
parent
b4dac7cb90
commit
a62e363c02
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue