@flowfuse/nr-assistant
Advanced tools
Comparing version 0.1.4-51c0518-202412161051.0 to 0.1.4-559f1da-202501101505.0
{ | ||
"name": "@flowfuse/nr-assistant", | ||
"version": "0.1.4-51c0518-202412161051.0", | ||
"version": "0.1.4-559f1da-202501101505.0", | ||
"description": "FlowFuse Node-RED assistant plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# FlowFuse Node-RED Assistant | ||
A Node-RED plugin to assist FlowFuse users | ||
A Node-RED plugin to assist FlowFuse users. | ||
This plugin can only be used within FlowFuse-managed Node-RED instances. | ||
@@ -14,3 +15,3 @@ ## Installation | ||
Client-side portion of the plugin is in `index.js`. The server side code is in `index.js` | ||
Client-side portion of the plugin is in `index.html`. The server side code is in `index.js` | ||
@@ -24,3 +25,5 @@ ## About | ||
## NOTES: | ||
* Requires the settings.js file to contain the following: | ||
```json | ||
@@ -39,3 +42,7 @@ { | ||
These values are automatically set when running within the FlowFuse platform via the `nr-launcher` component. | ||
The `url` and `token` are for an AI service hosted by FlowFuse; it is not publicly available for use outside of the FlowFuse platform. | ||
## Limitations | ||
@@ -42,0 +49,0 @@ |
65120
61