mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-09 01:04:30 +00:00
cleanup
This commit is contained in:
parent
5cead5e404
commit
436020040a
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user