change emoncms-out node name back to 'emoncms' to avoid breaking current user flows

This commit is contained in:
Glyn Hudson
2015-10-25 10:07:54 +00:00
parent df6fe4b17c
commit 1467575f6c
2 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ module.exports = function(RED) {
});
});
}
RED.nodes.registerType("emoncms out",Emoncms);
RED.nodes.registerType("emoncms",Emoncms);
function Emoncmsin(n) {
RED.nodes.createNode(this,n);