You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
1.6 KiB

6 years ago
{
"common": {
"name": "node-red",
"version": "1.7.1",
"title": "node-red",
"desc": {
"en": "This adapter uses node-red as a service. No additional node-red instance required."
6 years ago
},
"license": "Apache-2.0",
"platform": "Javascript/Node.js",
"mode": "daemon",
"messagebox": true,
"loglevel": "info",
"icon": "node-red.png",
"keywords": [
"node-red",
"logic",
"script"
],
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.node-red/raw/master/admin/node-red.png",
6 years ago
"localLink": "http://%ip%:%port%%httpRoot%",
"enabled": true,
"singletonHost": true,
"supportStopInstance": true,
"unsafePerm": true,
"materialize": true,
"type": "logic",
"readme": "https://git.spacen.net/yunkong2/yunkong2.node-red/blob/master/README.md",
6 years ago
"stopBeforeUpdate": true,
"adminTab": {
"link": "http://%ip%:%port%%httpRoot%",
"fa-icon": "settings_input_composite"
}
},
"native": {
"bind": "0.0.0.0",
"port": 1880,
"httpRoot": "/admin",
6 years ago
"npmLibs": "",
"valueConvert": true,
"maxMemory": 128,
"user": "admin",
"pass": "Spacen123"
6 years ago
},
"objects": [],
"instanceObjects": [
{
"_id": "",
"type": "channel",
"common": {
"name": "States created by node-red.%INSTANCE%",
"role": "info"
},
"native": {}
}
]
}