Update chirpstack-gateway-bridge.toml
This commit is contained in:
parent
5c603b7e11
commit
7355eb2dad
@ -7,6 +7,6 @@ username=""
|
||||
password=""
|
||||
|
||||
[integration.mqtt]
|
||||
event_topic_template="eu868/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
|
||||
state_topic_template="eu868/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
|
||||
command_topic_template="eu868/gateway/{{ .GatewayID }}/command/#"
|
||||
event_topic_template="gateway/{{ .GatewayID }}/event/{{ .EventType }}"
|
||||
state_topic_template="gateway/{{ .GatewayID }}/state/{{ .StateType }}"
|
||||
command_topic_template="gateway/{{ .GatewayID }}/command/#"
|
||||
|
Loading…
Reference in New Issue
Block a user