Hello,
Are there any modifications to the action’s communication with the device using the custom MQTT topic?
Until now I was given a structure, and a few minutes ago it changed.
Before
[
{
variable: "payload",
value: "#01,1,1,1,1,1,250,250,1",
metadata: {
mqtt_topic: "farm/STATUS",
},
},
];
Later
Raw payload
[ '#01,1,1,1,1,1,250,250,1' ]