chore(dynamo): fix default template example

This commit is contained in:
firest 2023-07-22 17:47:15 +08:00
parent 0827a45c89
commit daa364955f
1 changed files with 1 additions and 1 deletions

View File

@ -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.<br>
The template can be any valid json with placeholders and make sure all keys for table are here, example:<br>
{"id" : ${id}, "clientid" : ${clientid}, "data" : ${payload}}"""
{"id" : "${id}", "clientid" : "${clientid}", "data" : "${payload.data}"}"""
template.label:
"""Template"""