{
    "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"
            }
        }
    ]
}
