These guys solved how to enable/disable some of the hidden settings:
I found this for Quiet:
{
“commands”: [
{
“component”: “main”,
“capability”: “custom.airConditionerOptionalMode”,
“command”: “setAcOptionalMode”,
“arguments”: “quiet”
}
]
}
You have to get a Token, of course, and get your devices’ unique IDs.