Merge pull request #11221 from lafirest/chore/dynamo_example

chore: add example for DynamoDB template
This commit is contained in:
zhongwencool 2023-07-10 09:38:47 +08:00 committed by GitHub
commit 82672ff095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ local_topic.label:
"""Local Topic"""
template.desc:
"""Template, the default value is empty. When this value is empty the whole message will be stored in the database"""
"""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}}"""
template.label:
"""Template"""