mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
small bump to emoncms pack to align with nom
This commit is contained in:
parent
7864abd20b
commit
bb469fd710
@ -36,7 +36,7 @@ module.exports = function(RED) {
|
|||||||
this.url += 'json={' + msg.payload + '}';
|
this.url += 'json={' + msg.payload + '}';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
this.url += 'csv='+msg.payload;
|
this.url += 'csv=' + msg.payload;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.url += '&apikey='+this.apikey;
|
this.url += '&apikey='+this.apikey;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-emoncms",
|
"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",
|
"description" : "A Node-RED node to fetch/post data to/from emoncms",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user