add %fieldname

This commit is contained in:
John
2022-02-06 00:41:33 +01:00
parent c1a4b2e33f
commit 72f6265b87
3 changed files with 9 additions and 4 deletions
+4 -2
View File
@@ -48,8 +48,10 @@
# Available as "%type_map".
# 6. other field specific variables for each field (only once for each message if the topic is field specific):
# %index the field index (excluding ignored fields).
# %field the field name (or the field index if no name is defined or the names are not unique in the message).
# %index the numeric field index (excluding ignored fields).
# %field the field name and key for JSON objects (equals the field index if no name is defined or the names are not
# unique in the message).
# %fieldname the field name (and nothing else like in %field, might be empty though!)
# %type the field type (one of "number", "list", "string", "date", "time", or "datetime").
# %basetype the base data type ID (e.g. "UCH").
# %comment the field comment (if any).
+4 -2
View File
@@ -42,8 +42,10 @@
# Available as "%type_map".
# 6. other field specific variables for each field (only once for each message if the topic is field specific):
# %index the field index (excluding ignored fields).
# %field the field name (or the field index if no name is defined or the names are not unique in the message).
# %index the numeric field index (excluding ignored fields).
# %field the field name and key for JSON objects (equals the field index if no name is defined or the names are not
# unique in the message).
# %fieldname the field name (and nothing else like in %field, might be empty though!)
# %type the field type (one of "number", "list", "string", "date", "time", or "datetime").
# %basetype the base data type ID (e.g. "UCH").
# %comment the field comment (if any).