How to send attribute data of both writeAttribute and susbcribe attribute together?

How to send attribute data of both writeAttribute and susbcribe attribute together? I don’t if this is possible but I want to send data of write and subscribe attributes together to my mqttx client and vice versa. I’m looking for a solution if this is possible or not.
Here is the tutorial I followed : Tutorial: Connect your MQTT Client · openremote/openremote Wiki · GitHub
Note: I want a single response for both attributes how can i do that?

Hi,

for publish ------>realm_name/mqttclientid/writeattributevalue/attribute/deviceid
for subscribe ------>realm_name/mqttclientid/attributevalue/attribute/deviceid

MQTTBox is more easier to configure

Thanks,

1 Like