toggle_node_module
Enable or disable a Node-RED node module to manage its availability in the flow editor.
Instructions
Enable or disable a node module.
Args: module: Node module name enabled: True to enable, False to disable
Returns: Updated NodeModule object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | ||
| enabled | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| nodes | No | ||
| version | No |