lcarli / NodeRedIoTHub

Fork from origin plus changes
Apache License 2.0
14 stars 24 forks source link

C2D Received data #12

Closed Gadnief closed 6 years ago

Gadnief commented 6 years ago

I managed to receive some data that i created in a azure function and sent back to the iot hub. When i place a debug node behind the IoT Hub node it shows me just the information: "[object Object]". How can i read the data i received (i wanna print the results on a senseHat)? Thanks for the help!

lcarli commented 6 years ago

Convert to JSON

rasavant-ms commented 6 years ago

Hey @Gadnief, I hope you were able to print/read the data received by converting it to JSON ! Closing this issue, but feel free to reach out again.