aqhome: only say "open" instead of "fully open".
This commit is contained in:
@@ -86,7 +86,7 @@ const char *AQH_Value2Msg_GetValueAsWindowStateString(const GWEN_MSG *msg)
|
||||
switch(AQH_Value2Msg_GetValueNom(msg)) {
|
||||
case 0: return "closed";
|
||||
case 128: return "tilted";
|
||||
case 255: return "fully open";
|
||||
case 255: return "open";
|
||||
default: break;
|
||||
}
|
||||
return "unknown";
|
||||
|
||||
Reference in New Issue
Block a user