You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the library IotMqtt and I'm sending and receiving a data structure with arrays using the data format IOTMQTT_VAR_JSON, but what I'm receiving in my broker is a variable per array position instead of an array in JSON.
Is there a way to change this?
This is what I’m receiving.
This is what I want to receive.
This is the function block to send the data.
The text was updated successfully, but these errors were encountered:
Hello,
sorry for my late reply.
Currently we can not change this since we are relying on the PVJson library which has the same behavior.
There is already an issue open for this, but not yet planned. br-automation-com/PvJson#10
We will keep the issue open as part of the backlog.
I'm sorry for your inconvenience.
BR Fabian
Hello,
I'm using the library IotMqtt and I'm sending and receiving a data structure with arrays using the data format IOTMQTT_VAR_JSON, but what I'm receiving in my broker is a variable per array position instead of an array in JSON.
Is there a way to change this?
This is what I’m receiving.
This is what I want to receive.
This is the function block to send the data.
The text was updated successfully, but these errors were encountered: