This is part 2 of the Your First Plugin tutorial. Make sure you’ve completed 1. Plugin Definition first.
Define the node
Add toweather_plugin/__init__.py:
Register the node in your plugin
Update the plugin class to include the node:Test it locally
Restart the plugin server and test the node execution:Key concepts
Available data types
Node metadata
Next: First Integration →
Define credentials and an integration for an external API.