From 08e81e309c6cad97cba480ca93abfe58315cb7a7 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 15 Jan 2024 10:16:58 +0100 Subject: [PATCH] locative handler, config adjusted --- deployment/instances/udi/default/config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deployment/instances/udi/default/config.json b/deployment/instances/udi/default/config.json index 88b51f8..bb0fc59 100644 --- a/deployment/instances/udi/default/config.json +++ b/deployment/instances/udi/default/config.json @@ -44,6 +44,16 @@ } } }, + { + "topics": [ "locative/event/#" ], + "handler": "Locative", + "id": "Locative", + "config": { + "databaseConnStr": "", + "attributes": { + } + } + }, { "topics": [ "IoT/MBGW3/Measurement" ], "handler": "MBGW3",