node-red-contrib-example-scada 1.1.12 → 1.2.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 +10 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ 该模块是为了对接SCADA平台的节点
2
+
3
+ 有5个子节点:写入标签值,读取设备所有标签值,JSON化SCADA返回的数据字符串,short类型转化其他类型,其他类型转化short
4
+
5
+ 下载该模块
6
+
7
+ ```
8
+ npm i node-red-contrib-example-scada
9
+ ```
10
+
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "scada": "scada.js"
9
9
  }
10
10
  },
11
- "version": "1.1.12",
11
+ "version": "1.2.0",
12
12
  "description": "",
13
13
  "main": "scada.js",
14
14
  "scripts": {