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

Issue with Manually Idle Notification Value command #1263

Closed
spudwebb opened this issue Aug 30, 2024 · 0 comments · Fixed by #1280
Closed

Issue with Manually Idle Notification Value command #1263

spudwebb opened this issue Aug 30, 2024 · 0 comments · Fixed by #1280

Comments

@spudwebb
Copy link

The doc here says the server supports the node.manually_idle_notification_value command with notificationType/prevValue/endpointIndex parameters, but looking at the code it seems it only supports the signature with a valueId

case NodeCommand.manuallyIdleNotificationValue: {
node.manuallyIdleNotificationValue(message.valueId);
return {};

could the signature with notificationType/prevValue/endpointIndex parameters be added ?

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 a pull request may close this issue.

1 participant