perbrage / node-red-contrib-telldus-zwave-v2-local

Control Telldus on/off devices using the local API in NodeRed
MIT License
1 stars 1 forks source link

output not json #3

Closed dezral closed 6 years ago

dezral commented 6 years ago

It seems that the output i get is not json, but if i myself use the telldus API i get validt json.. what i get from this plugin is..

{"localId":"8","name":"Badeværelse","metrics":[{"name":"temp","scale":0,"value":23.1}{"name":"humidity","scale":0,"value":59}]}

how do i use this output in node-red?

Update : just me not quite understanding node-red just yet ,-)