get rid of strings

This commit is contained in:
J. Nick Koston 2023-06-07 09:23:17 -05:00
parent b06cfcfaa6
commit 9fa7bea990
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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