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.

53 lines
1.9 KiB

{
"common": {
"name": "socketio",
"version": "2.1.1",
"title": "socket.io",
"desc": {
"en": "This adapter allows to communicate different web applications with yunkong2"
},
"license": "MIT",
"platform": "Node.js",
"mode": "daemon",
"loglevel": "info",
"readme": "https://git.spacen.net/yunkong2/yunkong2.socketio/blob/master/README.md",
"icon": "socketio.png",
"keywords": ["web", "socket.io", "communication"],
"enabled": true,
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.socketio/raw/master/admin/socketio.png",
"type": "communication",
"stopBeforeUpdate": true,
"materialize": true,
"dependencies": [{"js-controller": ">=0.12.0"}]
},
"native": {
"port": 8084,
"auth": false,
"secure": false,
"bind": "0.0.0.0",
"ttl": 3600,
"certPublic": "",
"certPrivate": "",
"certChained": "",
"defaultUser": "admin",
"forceWebSockets": false,
"leEnabled": false,
"leUpdate": false,
"leCheckPort": 80
},
"objects": [
{
"_id": "connected",
"type": "state",
"common": {
"name": "Info about connected socket clients",
"type": "string",
"read": true,
"write": false,
"role": "text"
}
}
]
}