Files
softbus_OPC/config/topic_rule.yaml

7 lines
223 B
YAML
Raw Normal View History

2026-06-11 19:00:49 +08:00
topicRules:
data: "data/{deviceId}/{pointId}"
command: "control/cmd/{deviceId}/{pointId}/set"
ack: "control/ack/{deviceId}/{pointId}"
event: "event/{deviceId}/{eventType}"
heartbeat: "system/heartbeat/{deviceId}"