Closed YTCodeSpace closed 4 weeks ago
I have to think a bit. I don´t want to break existing functionality, but this should be possible to implement.
I have to think a bit. I don´t want to break existing functionality, but this should be possible to implement.
Now i need to use a Join function to combine the messages together. So it looks like that the options READ and READ MULTIPLE make no difference, and READ is even more easier since it doesn't need an extra inject to start. : )
I go it done, but I will test more. There is now output pin 3 that will contain:
topic multipleItems[] and payload dataValues[]
Like this:
Output PIN 3 contains now array with dataValues, v0.2.337
I want to read multiple variables and return them in the same message, like an array. But after all i have tried, i always get them in separate messages. I used READ MULTIPLE but nothing changes.