binary sensor

This commit is contained in:
J. Nick Koston 2023-06-07 11:41:25 -05:00
parent b797256ef4
commit a604b4b6ea
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ namespace ratgdo {
void on_motion_state(esphome::ratgdo::MotionState state) override; void on_motion_state(esphome::ratgdo::MotionState state) override;
void on_obstruction_state(esphome::ratgdo::ObstructionState state) override; void on_obstruction_state(esphome::ratgdo::ObstructionState state) override;
void on_door_state(esphome::ratgdo::DoorState state) override;
void on_light_state(esphome::ratgdo::LightState state) override;
void on_lock_state(esphome::ratgdo::LockState state) override;
protected: protected:
SensorType type_; SensorType type_;