We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add smartName for commands.
e.g.
"common": { "name": "Set fan speed", "type": "number", "role": "level", "desc": "Fan speed is discretely indicated by a level between 1 and 8", "min": 0, "max": 8, "read": false, "write": true, "custom": { "fieldCodes": [ "0x29" ], "encoding": "fanSpeed", "smartName": { "de": "Lüftungsstufe", "smartType": "THERMOSTAT" } }, "smartName": { "de": "Lüftungsstufe", "smartType": "THERMOSTAT" } },
The text was updated successfully, but these errors were encountered:
Thanks OLFDB I'll add this soon. (currently a little short in time)
Sorry, something went wrong.
mld18
No branches or pull requests
Please add smartName for commands.
e.g.
"common": {
"name": "Set fan speed",
"type": "number",
"role": "level",
"desc": "Fan speed is discretely indicated by a level between 1 and 8",
"min": 0,
"max": 8,
"read": false,
"write": true,
"custom": {
"fieldCodes": [
"0x29"
],
"encoding": "fanSpeed",
"smartName": {
"de": "Lüftungsstufe",
"smartType": "THERMOSTAT"
}
},
"smartName": {
"de": "Lüftungsstufe",
"smartType": "THERMOSTAT"
}
},
The text was updated successfully, but these errors were encountered: