aqhome: only say "open" instead of "fully open".

This commit is contained in:
Martin Preuss
2023-05-13 00:38:51 +02:00
parent 9f32f206b3
commit efcab6f38d

View File

@@ -86,7 +86,7 @@ const char *AQH_Value2Msg_GetValueAsWindowStateString(const GWEN_MSG *msg)
switch(AQH_Value2Msg_GetValueNom(msg)) { switch(AQH_Value2Msg_GetValueNom(msg)) {
case 0: return "closed"; case 0: return "closed";
case 128: return "tilted"; case 128: return "tilted";
case 255: return "fully open"; case 255: return "open";
default: break; default: break;
} }
return "unknown"; return "unknown";