Update main.js
This commit is contained in:
parent
0ea2955c83
commit
7558d48a3a
3
main.js
3
main.js
@ -281,6 +281,7 @@ function processTasks(tasks, callback) {
|
||||
function checkObjects(options, regType, regName, regFullName, tasks, newObjects) {
|
||||
let params = config.params;
|
||||
|
||||
/*
|
||||
let options = {
|
||||
config: {
|
||||
type: params.type || 'tcp',
|
||||
@ -292,7 +293,7 @@ function checkObjects(options, regType, regName, regFullName, tasks, newObjects)
|
||||
devices: {}
|
||||
};
|
||||
options.config.round = Math.pow(10, options.config.round);
|
||||
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user