From 467312da8119f5acee76c9299e3b03509c7554e0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 20:47:17 -0500 Subject: [PATCH] cleanups --- components/ratgdo/ratgdo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 503ba66..7ab4f04 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -583,7 +583,7 @@ namespace ratgdo { sendCommandAndSaveCounter(Commands::DOOR2); } - bool RATGDOComonent::isLightOn() + bool RATGDOComponent::isLightOn() { return this->lightState == LightState::LIGHT_STATE_ON; }