Comparing version 0.1.2 to 0.1.3
@@ -296,2 +296,13 @@ /*! | ||
exports.alltags = function(){ | ||
var self = this; | ||
var tagobj = {}; | ||
Object.keys(controllers).forEach(function(ct){ | ||
if (ct !== "default") { | ||
tagobj[ct] = controllers[ct].tags; | ||
} | ||
}); | ||
return tagobj; | ||
} | ||
/** | ||
@@ -298,0 +309,0 @@ * INTERNAL functions |
{ | ||
"name": "honcho", | ||
"description": "Abstraction layer for multiple PLC controller interfaces", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Darren Pearce", |
Sorry, the diff of this file is not supported yet
791
25679
7