Skip to content
New issue

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

Enhancement: smartName for commands #1

Open
OLFDB opened this issue Jul 5, 2020 · 1 comment
Open

Enhancement: smartName for commands #1

OLFDB opened this issue Jul 5, 2020 · 1 comment
Assignees
Labels
backlog Accepted for implementation

Comments

@OLFDB
Copy link

OLFDB commented Jul 5, 2020

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"
}

},

@OLFDB OLFDB changed the title Enhancement Enhancement: smartName for commands Jul 5, 2020
@mld18 mld18 self-assigned this Jul 11, 2020
@mld18 mld18 added the backlog Accepted for implementation label Jul 11, 2020
@mld18
Copy link
Owner

mld18 commented Jul 11, 2020

Thanks OLFDB I'll add this soon. (currently a little short in time)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Accepted for implementation
Projects
None yet
Development

No branches or pull requests

2 participants