Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
How to include custom string under the values.
Example:
{
|#each VALUES|
"variable": CONSTANTSTRING,
"|TAGNAME|_realvalue": |VALUE|,
"|TAGNAME|_quality": |QUALITY|,
"|TAGNAME|_timestamp": |TIMESTAMP|,
|/each|
}
If the string never changes then, you can hardcode it in the payload "variable": "TheNeverChangingValue," but my guess is you want it to say something different for different tags. You could then use the tag's description if that is the case.
Thanks,
*Chris