Update chirpstack-gateway-bridge.toml
This commit is contained in:
parent
7355eb2dad
commit
1dc94603ae
@ -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/#"
|
||||
|
Loading…
Reference in New Issue
Block a user