node-red-contrib-3dm-space 0.0.6 → 0.0.8

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 +0 -35
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -94,41 +94,6 @@ Default live publish limit:
94
94
 
95
95
  If valid telemetry arrives faster than the live publish limit, it is queued rather than discarded.
96
96
 
97
- ## Hidden Cloud Settings
98
-
99
- The following settings are handled internally and are not shown to the user:
100
-
101
- ```text
102
- Host: 3dm.space
103
- Port: 1883
104
- Keepalive: 60
105
- Clean Session: true
106
- QoS: 1
107
- Telemetry Topic: v1/devices/me/telemetry
108
- Attributes Topic: v1/devices/me/attributes
109
- ```
110
-
111
- ## Installation
112
-
113
- From the Node-RED user directory:
114
-
115
- ```bash
116
- cd ~/.node-red
117
- npm install ./node-red-contrib-3dm-space
118
- ```
119
-
120
- Or from inside the development folder:
121
-
122
- ```bash
123
- cd ~/.node-red/node-red-contrib-3dm-space
124
- npm install
125
- ```
126
-
127
- Restart Node-RED after installation:
128
-
129
- ```bash
130
- node-red-restart
131
- ```
132
97
 
133
98
  ## License
134
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-3dm-space",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "Node-RED nodes for 3DM.space SCADA Cloud telemetry and attributes",
5
5
  "main": "3dm-cloud-config.js",
6
6
  "license": "GPL-3.0-or-later",