button
This commit is contained in:
parent
2737134735
commit
d54ab219cf
|
@ -14,6 +14,7 @@ namespace ratgdo {
|
|||
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_button_state(ButtonState state) {};
|
||||
|
||||
} // namespace ratgdo
|
||||
} // namespace esphome
|
||||
|
|
|
@ -21,6 +21,7 @@ namespace ratgdo {
|
|||
virtual void on_motor_state(MotorState state);
|
||||
virtual void on_rolling_code_change(uint32_t rollingCodeCounter);
|
||||
virtual void on_openings_change(uint32_t openings);
|
||||
virtual void on_button_state(ButtonState state);
|
||||
|
||||
protected:
|
||||
friend RATGDOComponent;
|
||||
|
|
Loading…
Reference in New Issue