From 1dc94603ae895f653ef64cb89277625afb16dce2 Mon Sep 17 00:00:00 2001 From: MinCheTsai <38270938+MinCheTsai@users.noreply.github.com> Date: Wed, 12 Oct 2022 22:54:08 +0800 Subject: [PATCH] Update chirpstack-gateway-bridge.toml --- .../chirpstack-gateway-bridge.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml b/configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml index aa9f910..a1a37d7 100644 --- a/configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml +++ b/configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml @@ -7,6 +7,6 @@ username="" password="" [integration.mqtt] -event_topic_template="gateway/{{ .GatewayID }}/event/{{ .EventType }}" -state_topic_template="gateway/{{ .GatewayID }}/state/{{ .StateType }}" -command_topic_template="gateway/{{ .GatewayID }}/command/#" +event_topic_template="as923/gateway/{{ .GatewayID }}/event/{{ .EventType }}" +state_topic_template="as923/gateway/{{ .GatewayID }}/state/{{ .StateType }}" +command_topic_template="as923/gateway/{{ .GatewayID }}/command/#"