This commit is contained in:
J. Nick Koston 2023-06-07 20:47:17 -05:00
parent 4652dded4e
commit 467312da81
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ namespace ratgdo {
sendCommandAndSaveCounter(Commands::DOOR2);
}
bool RATGDOComonent::isLightOn()
bool RATGDOComponent::isLightOn()
{
return this->lightState == LightState::LIGHT_STATE_ON;
}