Files
softbus_OPC/config/daemon/topic_rule.json

8 lines
229 B
JSON
Raw Normal View History

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