From daa364955fa3a44c15b3013699e87a82988d5c65 Mon Sep 17 00:00:00 2001 From: firest Date: Sat, 22 Jul 2023 17:47:15 +0800 Subject: [PATCH] chore(dynamo): fix default template example --- rel/i18n/emqx_bridge_dynamo.hocon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/i18n/emqx_bridge_dynamo.hocon b/rel/i18n/emqx_bridge_dynamo.hocon index 899a47c75..4a07ebb7f 100644 --- a/rel/i18n/emqx_bridge_dynamo.hocon +++ b/rel/i18n/emqx_bridge_dynamo.hocon @@ -37,7 +37,7 @@ local_topic.label: template.desc: """Template, the default value is empty. When this value is empty the whole message will be stored in the database.
The template can be any valid json with placeholders and make sure all keys for table are here, example:
- {"id" : ${id}, "clientid" : ${clientid}, "data" : ${payload}}""" + {"id" : "${id}", "clientid" : "${clientid}", "data" : "${payload.data}"}""" template.label: """Template"""