mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-03-22 20:05:16 +00:00
seperate batch topic per mqtt processor
This commit is contained in:
parent
422956c8e7
commit
32a95dd95a
@ -75,7 +75,7 @@ def lambda_handler(event, context):
|
||||
retain=False
|
||||
)
|
||||
client.publish(
|
||||
topic=f'batch',
|
||||
topic=os.getenv("MQTT_BATCH"),
|
||||
payload=json.dumps(payloads),
|
||||
qos=0,
|
||||
retain=False
|
||||
|
Loading…
x
Reference in New Issue
Block a user