Hello,
I am planing to migratie from chirpstack gateway brdige to chirpstack mqtt forwarder.
in chirpstack gateway bridge, i could use the meta_data.dynamic section to run a script for metadata. example
[meta_data.dynamic.commands]
# Example:
# temperature="/opt/gateway-temperature/gateway-temperature.sh"
if i had multiple values returining, the meta data was automaticy genereated like this:
temperature_value1 = x
temperature_value2 = y
temperature_value3 = z
in chirpstack mqtt forwarder, i can't see such a option acording to tdhe docs.
is there a way to have a dynamic option for metadata using a script in chirpstack-mqtt-forwarder?
thanks and regards,
Sil