Skip to content

Issue with Manually Idle Notification Value command #1263

@spudwebb

Description

@spudwebb

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions