prima versione qausi funzionante, non riconnette

This commit is contained in:
2020-11-04 14:20:02 +01:00
parent 065579ad56
commit d961e8ed9c
3 changed files with 33 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "node-red-contrib-mikrotik3",
"name": "node-red-contrib-mikrotik-custom",
"version": "0.1.2",
"description": "Node based on nodered-contrib-mikrotik to work with Mikrotik devices",
"scripts": {
@@ -14,7 +14,7 @@
],
"node-red": {
"nodes": {
"mikrotik": "mikrotik.js"
"mikrotik": "mikrotik-custom.js"
}
},
"keywords": [
@@ -22,9 +22,9 @@
],
"license": "MIT",
"dependencies": {
"mikronode-ng": "^1.0.5"
"mikronode-ng2": "^1.0.12"
},
"main": "mikrotik.js",
"main": "mikrotik-custom.js",
"devDependencies": {},
"repository": {
"type": "git",