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

Support get_raw_config_parameter_value #1300

Merged
merged 2 commits into from
Oct 17, 2024

Conversation

MindFreeze
Copy link
Contributor

We need GET/SET for certification and only set was supported in the server

@MindFreeze
Copy link
Contributor Author

@AlCalzone Pls review

src/lib/node/incoming_message.ts Outdated Show resolved Hide resolved
@AlCalzone AlCalzone merged commit 37ad433 into zwave-js:master Oct 17, 2024
1 check passed
@MindFreeze MindFreeze deleted the get_raw_config_parameter_value branch October 17, 2024 07:06
@@ -8,6 +8,7 @@ export enum NodeCommand {
abortFirmwareUpdate = "node.abort_firmware_update",
pollValue = "node.poll_value",
setRawConfigParameterValue = "node.set_raw_config_parameter_value",
getRawConfigParameterValue = "node.get_raw_config_parameter_value",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to document the new command in the Readme and API schema for schema 39.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh damn, should we have bumped the schema version aswell?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was already bumped in another PR in the release, so that's fine. We can just adjust the docs without a new release.

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

Successfully merging this pull request may close these issues.

3 participants