mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
change emoncms-out node name back to 'emoncms' to avoid breaking current user flows
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user