From 9fa7bea990677156497a6e6a2ab3283d75f2863a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 09:23:17 -0500 Subject: [PATCH] get rid of strings --- 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 65125c6..5273048 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -46,7 +46,7 @@ namespace ratgdo { return "OFF"; case LIGHT_STATE_ON: return "ON"; - case IGHT_STATE_UNKNOWN: + case LIGHT_STATE_UNKNOWN: default: return "UNKNOWN"; }