Openremote MQTT client

Can I change the value of multiple attributes at the same time? If yes, how can I do that?
What are the topics I need to create or do I need a specific JSON payload?

Hi,

There is no topic to publish to multiple attributes at the same time; MQTT is topic driven and is quite a simple protocol. Either publish to multiple topics (one for each attribute) or use the REST API