home-assistant-libs / home-assistant-libs/zwave-js-server-python
TODO: Allow for command class names in service calls
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 63
- Forks
- 26
- Avg merge
- 13h 14m
- Merged PRs (30d)
- 10
Description
right now the user has to know the command class ID
Use existing enum values and https://github.com/zwave-js/node-zwave-js/blob/4229045c84c6c38676c94ec0f3f66ce6f69e516b/packages/core/src/capabilities/CommandClasses.ts#L7-L133
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names service calls and the CommandClasses enum in the linked node-zwave-js file, but no repository file or test. Start by locating service-call handling and comparing its accepted command class values with that enum. Done means callers can use command class names as well as IDs, with coverage for the supported enum values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100