mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-27 07:21:08 +01:00
Improve HTTP response handling and error reporting (#419)
Improve HTTP response handling and error reporting of emoncms node
This commit is contained in:
committed by
Dave Conway-Jones
parent
9ea27f94ef
commit
cf48039427
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-emoncms",
|
||||
"version" : "0.1.0",
|
||||
"version" : "0.2.0",
|
||||
"description" : "A Node-RED node to fetch/post data to/from emoncms",
|
||||
"dependencies" : {
|
||||
},
|
||||
@@ -32,6 +32,10 @@
|
||||
{
|
||||
"name": "Glyn Hudson",
|
||||
"email": "glyn.hudson@openenergymonitor.org"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "borpin",
|
||||
"email": "brian.orpin@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user