get rid of strings
This commit is contained in:
parent
b06cfcfaa6
commit
9fa7bea990
|
@ -46,7 +46,7 @@ namespace ratgdo {
|
||||||
return "OFF";
|
return "OFF";
|
||||||
case LIGHT_STATE_ON:
|
case LIGHT_STATE_ON:
|
||||||
return "ON";
|
return "ON";
|
||||||
case IGHT_STATE_UNKNOWN:
|
case LIGHT_STATE_UNKNOWN:
|
||||||
default:
|
default:
|
||||||
return "UNKNOWN";
|
return "UNKNOWN";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue