@flowfuse/nr-assistant 0.1.4-51c0518-202412161051.0 → 0.1.4-559f1da-202501101505.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
# FlowFuse Node-RED Assistant
|
|
2
2
|
|
|
3
|
-
A Node-RED plugin to assist FlowFuse users
|
|
3
|
+
A Node-RED plugin to assist FlowFuse users.
|
|
4
4
|
|
|
5
|
+
This plugin can only be used within FlowFuse-managed Node-RED instances.
|
|
5
6
|
|
|
6
7
|
## Installation
|
|
7
8
|
|
|
@@ -11,7 +12,7 @@ npm install @flowfuse/nr-assistant
|
|
|
11
12
|
|
|
12
13
|
## Development
|
|
13
14
|
|
|
14
|
-
Client-side portion of the plugin is in `index.
|
|
15
|
+
Client-side portion of the plugin is in `index.html`. The server side code is in `index.js`
|
|
15
16
|
|
|
16
17
|
## About
|
|
17
18
|
|
|
@@ -20,7 +21,9 @@ This plugin is designed to assist users of the FlowFuse platform by providing to
|
|
|
20
21
|
The capabilities it adds to Node-RED can be found in Node-RED editor on the main toolbar and within the function node editor.
|
|
21
22
|
|
|
22
23
|
## NOTES:
|
|
24
|
+
|
|
23
25
|
* Requires the settings.js file to contain the following:
|
|
26
|
+
|
|
24
27
|
```json
|
|
25
28
|
{
|
|
26
29
|
"flowforge": {
|
|
@@ -34,6 +37,10 @@ The capabilities it adds to Node-RED can be found in Node-RED editor on the main
|
|
|
34
37
|
}
|
|
35
38
|
```
|
|
36
39
|
|
|
40
|
+
These values are automatically set when running within the FlowFuse platform via the `nr-launcher` component.
|
|
41
|
+
|
|
42
|
+
The `url` and `token` are for an AI service hosted by FlowFuse; it is not publicly available for use outside of the FlowFuse platform.
|
|
43
|
+
|
|
37
44
|
|
|
38
45
|
## Limitations
|
|
39
46
|
|