forked from iobroker-community-adapters/ioBroker.unifi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
50 lines (50 loc) · 1.49 KB
/
io-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"common": {
"name": "unifi",
"version": "0.3.2",
"news": {
"0.3.2": {
"en": "sync with live"
},
"0.3.0": {
"en": "added access device data query"
},
"0.2.1": {
"en": "minor code fixes"
},
"0.2.0": {
"en": "second beta version using node-unifi"
},
"0.1.0": {
"en": "first beta version"
},
"0.0.1": {
"en": "initial adapter"
}
},
"title": "UniFi Adapter",
"desc": "Communicates with a UniFi-Controller",
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "unifi.png",
"enabled": false,
"messagebox": true,
"subscribe": "messagebox",
"extIcon": "https://raw.githubusercontent.com/jens-maus/ioBroker.unifi/master/admin/unifi.png",
"keywords": [ "unifi", "wifi", "network" ],
"readme": "https://github.com/jens-maus/ioBroker.unifi/blob/master/README.md",
"license": "MIT",
"npmLibs": [],
"loglevel": "info",
"type": "network"
},
"native": {
"controller_ip": "127.0.0.1",
"controller_port": "8443",
"controller_username": "admin",
"controller_password": "",
"update_interval": 60
},
"objects": [],
"instanceObjects": []
}