Is it possible to use variables in the text fields of meshbots? I have a few use-cases that could use that, for example I want this hub to report its IP address using an HTTP POST:
Thanks for the post! Right now, we do not support all custom variables in the body of notifications. However, there are some system variables that can be used. These include, but are not limited to:
${device_name_or_id}
${room_name_or_id}
${localdatetime}
${controller_name_or_id}
We might add support for custom variables in the future. On a related note, push notifications will only display the text portion of the body, so the variables’ values will only be available in the email notification.
EDIT: These variables can only be used in cloud notification meshbots for now.