@flowfuse/nr-assistant 0.2.1-1212b04-202506121513.0 → 0.2.1-78d933c-202506111915.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.
Files changed (2) hide show
  1. package/README.md +8 -30
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,32 +2,7 @@
2
2
 
3
3
  A Node-RED plugin to assist FlowFuse users.
4
4
 
5
-
6
- **This plugin can only be used within FlowFuse-managed Node-RED instances.**
7
-
8
- FlowFuse is the Industrial application platform for building and operating custom industrial solutions that digitalize processes and operations. It integrates seamlessly into both IT and OT environments, leveraging Node-RED to enable teams to connect, collect, transform, and visualize data from industrial systems. Companies use FlowFuse to manage, scale, and secure their Node-RED-based applications across industrial environments.
9
-
10
- Sign-up to FlowFuse Cloud now to get started: https://app.flowfuse.com
11
-
12
- ## About
13
-
14
- This plugin is designed to assist users of the FlowFuse platform by providing tools to aid development of their Node-RED instances including:
15
- * A function builder
16
- * Function node Code Lens
17
- * JSON generation in all typed inputs and JSON editors (like the inject node, change node, template node, etc)
18
- * Flows Explainer
19
-
20
- ### Function Builder
21
- ![flowfuse-assistant-function builder](https://github.com/user-attachments/assets/5efc4c24-a4e6-4d0c-b836-aebf97d3ca02)
22
-
23
-
24
- ### JSON generator
25
- ![flowfuse-assistant-json-generator](https://github.com/user-attachments/assets/d3271f64-a733-48dd-924b-0a946b9a6e7f)
26
-
27
-
28
- ### Flows Explainer
29
- ![flowfuse-assistant-flow-explainer](https://github.com/user-attachments/assets/3a8c17bb-066b-4264-9ad1-3a031bd2afee)
30
-
5
+ This plugin can only be used within FlowFuse-managed Node-RED instances.
31
6
 
32
7
  ## Installation
33
8
 
@@ -39,6 +14,11 @@ npm install @flowfuse/nr-assistant
39
14
 
40
15
  Client-side portion of the plugin is in `index.html`. The server side code is in `index.js`
41
16
 
17
+ ## About
18
+
19
+ This plugin is designed to assist users of the FlowFuse platform by providing tools to aid development of their Node-RED project.
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.
42
22
 
43
23
  ## NOTES:
44
24
 
@@ -64,11 +44,9 @@ The `url` and `token` are for an AI service hosted by FlowFuse; it is not public
64
44
 
65
45
  ## Limitations
66
46
 
67
- ### Function Builder
47
+ * Only function node generation is currently supported.
68
48
  * Only a single function node can be generated at a time.
69
-
70
- ### Function Node Editor Codelens
71
- * The codelens feature is only supported for the on-message editor in the function node.
49
+ * The codelens feature is only supported for the on-message editor.
72
50
 
73
51
  ## Versioning
74
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-assistant",
3
- "version": "0.2.1-1212b04-202506121513.0",
3
+ "version": "0.2.1-78d933c-202506111915.0",
4
4
  "description": "FlowFuse Node-RED assistant plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {