openings
This commit is contained in:
parent
466759a633
commit
2c529d254c
|
@ -13,7 +13,7 @@ namespace ratgdo {
|
|||
void RATGDOClient::on_obstruction_state(ObstructionState state) {};
|
||||
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_openings_change(uint32_t openings) {};
|
||||
|
||||
} // namespace ratgdo
|
||||
} // namespace esphome
|
||||
|
|
Loading…
Reference in New Issue