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

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 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -94,19 +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
97
 
111
98
  ## Installation
112
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.7",
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",