node-red-contrib-symi-mesh 1.7.1 → 1.7.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-symi-mesh",
3
- "version": "1.7.1",
3
+ "version": "1.7.3",
4
4
  "description": "Node-RED节点集合,用于通过TCP/串口连接Symi蓝牙Mesh网关,支持Home Assistant MQTT Discovery自动发现和云端数据同步",
5
5
  "main": "nodes/symi-gateway.js",
6
6
  "scripts": {
@@ -36,7 +36,10 @@
36
36
  "symi-rs485-bridge": "nodes/symi-485-bridge.js",
37
37
  "rs485-debug": "nodes/rs485-debug.js",
38
38
  "symi-knx-bridge": "nodes/symi-knx-bridge.js",
39
- "symi-knx-ha-bridge": "nodes/symi-knx-ha-bridge.js"
39
+ "symi-knx-ha-bridge": "nodes/symi-knx-ha-bridge.js",
40
+ "symi-rs485-sync": "nodes/symi-rs485-sync.js",
41
+ "symi-mqtt-sync": "nodes/symi-mqtt-sync.js",
42
+ "symi-mqtt-brand": "nodes/symi-mqtt-brand.js"
40
43
  }
41
44
  },
42
45
  "dependencies": {