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"; }