WAGO - Node RED - WDX Instance
npm install @wago/node-red-wdx-instanceNode Red plugin WDX Instance palette with nodes implementing WDX WS Instance Interface communication within Node Red application.
- Requirements
- Installation
- Node RED Palette Management Installation
- Node RED Manual Package Installation
- Usage
- Examples
- License
Open your Node-RED installation UI palette management and search for package @wago/node-red-wdx-palette.
Navigate your console to the Node-RED data directory:
``bash`
cd ~/.node-red/data # Directory would differ based on your Node-RED installation
Install the library, using npm or yarn:
`bash`
npm install @wago/node-red-wdx-instance
or
`bash`
yarn add @wago/node-red-wdx-instance
To use WDX nodes in your Node-RED flow, follow these steps:
1. Install the @wago/node-red-wdx-instance package in your Node-RED project.
2. Import the required nodes into your flow and configure the necessary WDX WS Client options.
!WDX Nodes - WS Client Configuration
For more examples see example project.
This library is licensed under the MIT License. See the LICENSE.md file for more details.
© 2024 Elrest Automations Systeme GMBH
This README.md` provides a clear introduction to the TypeScript model schema library, with examples of how to use it, and includes the required copyright and licensing information under the MIT License.