cleanups
This commit is contained in:
parent
4652dded4e
commit
467312da81
|
@ -583,7 +583,7 @@ namespace ratgdo {
|
|||
sendCommandAndSaveCounter(Commands::DOOR2);
|
||||
}
|
||||
|
||||
bool RATGDOComonent::isLightOn()
|
||||
bool RATGDOComponent::isLightOn()
|
||||
{
|
||||
return this->lightState == LightState::LIGHT_STATE_ON;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue