Dear,
I would like to send commands to a device over MQTT. Not quite sure in what topic this should be done, and under what payload.
Currently I am using MQTTX. I see the messages from the device, but do not get commands send.
I am trying to send the following:
{ "properties":{"out1":false, "out2":false, "out3":false}, "address": "connection"}
In the topic:
flespi/message/gw/devices/{deviceID}
Anyone here who can get me further along the way?