small bump to emoncms pack to align with nom

This commit is contained in:
Dave Conway-Jones 2017-10-07 22:28:20 +01:00
parent 7864abd20b
commit bb469fd710
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ module.exports = function(RED) {
this.url += 'json={' + msg.payload + '}';
}
else {
this.url += 'csv='+msg.payload;
this.url += 'csv=' + msg.payload;
}
}
this.url += '&apikey='+this.apikey;

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-emoncms",
"version" : "0.0.13",
"version" : "0.0.14",
"description" : "A Node-RED node to fetch/post data to/from emoncms",
"dependencies" : {
},