How to define more than 1 variable in one message

How to define more than 1 variable in one message

@rt iot

Hello,

I want to know how I can display 2 variables readings in one message.

For example, if I want to display the temperature data from my device I would just do something like:

Variable: Temperature. Value: 25. Unit: C.
The $VARIABLE$ is $VALUE$ $UNIT$ .
The temperature is 25C.

What if I want to send another variable input data in the same message. For example the humidity readings too? How do I do it?

Variable: Humidity. Value: 35.