-
Notifications
You must be signed in to change notification settings - Fork 1
/
io-package.json
101 lines (101 loc) · 2.51 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"common": {
"name": "smartfriends",
"version": "0.0.1",
"news": {
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版",
"uk": "початковий випуск"
}
},
"titleLang": {
"en": "SmartFriends",
"de": "SmartFriends",
"ru": "SmartFriends",
"pt": "SmartFriends",
"nl": "SmartFriends",
"fr": "SmartFriends",
"it": "SmartFriends",
"es": "Amigos inteligentes",
"pl": "SmartFriends",
"zh-cn": "SmartFriends",
"uk": "SmartFriends"
},
"desc": {
"en": "smartfriends",
"de": "Smartfriends",
"ru": "умные друзья",
"pt": "amigos inteligentes",
"nl": "slimme vrienden",
"fr": "amis intelligents",
"it": "amici intelligenti",
"es": "amigos inteligentes",
"pl": "smartfriends",
"zh-cn": "聪明的朋友",
"uk": "розумні друзі"
},
"authors": [
"Black-Thunder <[email protected]>"
],
"keywords": [
"home automation",
"smartfriends",
"schellenberg"
],
"licenseInformation": {
"license": "MIT",
"type": "free"
},
"platform": "Javascript/Node.js",
"icon": "smartfriends.png",
"enabled": false,
"extIcon": "https://raw.githubusercontent.com/Black-Thunder/ioBroker.smartfriends/master/admin/smartfriends.png",
"readme": "https://github.com/Black-Thunder/ioBroker.smartfriends/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "iot-systems",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"adminUI": {
"config": "json"
},
"materialize": true,
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
}
],
"tier": 2
},
"encryptedNative": [
"smartFriendsPassword"
],
"protectedNative": [
"smartFriendsPassword"
],
"native": {
"smartFriendsPort": 4300,
"smartFriendsIP": "",
"smartFriendsUsername": "",
"smartFriendsCSymbol": "D19033i",
"smartFriendsShcVersion": "3.6.0",
"smartFriendsShApiVersion": "3.3"
},
"objects": [],
"instanceObjects": []
}