Skip to content

Commit a27f5d5

Browse files
authored
Merge pull request #581 from fengzeroz/master
spb: config enable alias
2 parents 227b3b2 + 2a4f49b commit a27f5d5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

en_US/configuration/north-apps/sparkplugb/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Sparkplug B is an application-based protocol running on top of MQTT, so the setu
1919
| **Client ID** | MQTT client ID, a unique identifier for the connection |
2020
| **Group ID** | The top-level logical grouping in the Sparkplug B protocol, which can represent entities such as factories or workshops |
2121
| **Node ID** | Unique Identification of Edge Nodes in Sparkplug B Protocol |
22+
| **Enable Alias** | Enable Metric alias, set to true to enable, default is off |
2223
| **Group Path** | Use the group name of the southbound device as the starting path of the Metric name. default true |
2324
| **Offline Data Caching** | Offline caching switch. Cache MQTT messages when offline, and sync cached messages when back online. |
2425
| **Cache Memory Size (MB)** | Max in-memory cache size in megabytes when MQTT connection exception occurs. Should be smaller than cache disk size. |

zh_CN/configuration/north-apps/sparkplugb/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Sparkplug B 是运行在 MQTT 之上的应用型协议,所以在 Neuron 中的
1717
| **客户端 ID** | MQTT 客户端 ID,连接的唯一标识 |
1818
| **组 ID** | Sparkplug B 协议中的最顶层逻辑分组,可以代表工厂或车间等实体 |
1919
| **节点 ID** | Sparkplug B 协议中的边缘节点唯一标识 |
20+
| **启用别名** | 启用 Metric 别名,值为 true 时启用,默认关闭 |
2021
| **组 Path** | 将南向设备的组名称作为指标名称的起始路径,值为 true 时启用, 默认开启 |
2122
| **离线缓存** | 离线缓存开关。连接断开时缓存 MQTT 消息,连接重建时同步缓存的 MQTT 消息到服务器, 值为 true 时开启,默认关闭 |
2223
| **缓存内存大小** | 当 MQTT 连接异常时,最大的内存缓存大小(单位:MB)。应该小于缓存磁盘大小。 |

0 commit comments

Comments
 (0)