From 0e614daee41889aedb6347cf0e026f3f02375191 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 16:39:49 -0500 Subject: [PATCH] loop --- components/ratgdo/ratgdo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index 5df4693..b152290 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -142,7 +142,7 @@ namespace ratgdo { void sendRollingCodeChanged(); void setRollingCodeCounter(uint32_t counter); void sendCommandAndSaveCounter(cmd command); - LightState RATGDOComponent::get_light_state(); + LightState getLightState(); /** Register a child component. */ void register_child(RATGDOClient* obj);