This commit is contained in:
J. Nick Koston 2023-06-07 17:47:16 -05:00
parent 5cead5e404
commit 436020040a
No known key found for this signature in database
1 changed files with 0 additions and 5 deletions

View File

@ -13,9 +13,6 @@ namespace ratgdo {
{ {
ESP_LOGCONFIG("", "RATGDO Light"); ESP_LOGCONFIG("", "RATGDO Light");
} }
void RATGDOLightOutput::on_motion_state(MotionState state) { }
void RATGDOLightOutput::on_obstruction_state(ObstructionState state) { }
void RATGDOLightOutput::on_door_state(DoorState state) { }
void RATGDOLightOutput::on_light_state(LightState state) void RATGDOLightOutput::on_light_state(LightState state)
{ {
ESP_LOGD(TAG, "on_light_state: %d", state); ESP_LOGD(TAG, "on_light_state: %d", state);
@ -25,8 +22,6 @@ namespace ratgdo {
call.perform(); call.perform();
} }
} }
void RATGDOLightOutput::on_lock_state(LockState state) { }
LightTraits RATGDOLightOutput::get_traits() LightTraits RATGDOLightOutput::get_traits()
{ {
auto traits = LightTraits(); auto traits = LightTraits();