Update to node-red-nodes-emoncms node

The update has been merged and published - v0.3.0. It is a non-breaking change.

  • The Topic is now the name of the Feed
  • All the data for the Feed is returned as a feed_data element of the JSON

The message returned from the Feed is in the format:

{
	"_msgid": "7c6f5707.ca0ac8",
	"payload": 1941426,
	"topic": "Pulse-Wh",
	"rc": 200,
	"feed_data": {
		"id": "77",
		"userid": "1",
		"name": "Pulse-Wh",
		"datatype": "1",
		"tag": "3",
		"public": "0",
		"size": "",
		"engine": "5",
		"processList": "",
		"unit": "Wh",
		"time": 1612803769,
		"value": 1941426
	}
}