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 ?