-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
138 lines (138 loc) · 4.55 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"common": {
"name": "fritzboxdect",
"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",
"uk": "Початкова версія",
"zh-cn": "首次出版"
}
},
"titleLang": {
"en": "fritzboxdect",
"de": "fritzboxdect",
"ru": "Фрицбоксдект",
"pt": "fritzboxdect",
"nl": "fritzboxdect",
"fr": "fritzboxdect",
"it": "fritzboxdect",
"es": "fritzboxdect",
"pl": "fritzboxdect",
"uk": "fritzboxdect",
"zh-cn": "弗里茨博克斯德克特"
},
"desc": {
"en": "Control Fritz DECT",
"de": "Fritz DECT steuern",
"ru": "Управление Фрицем DECT",
"pt": "Controle Fritz DECT",
"nl": "Controle Fritz DECT",
"fr": "Contrôle Fritz DECT",
"it": "Controlla Fritz DECT",
"es": "Controlar Fritz DECT",
"pl": "Kontroluj Fritza DECT",
"uk": "Контроль Fritz DECT",
"zh-cn": "控制弗里茨 DECT"
},
"authors": ["Lucky-ESA <[email protected]>"],
"keywords": ["fritz", "fritzbox", "dect"],
"licenseInformation": {
"license": "MIT",
"type": "free"
},
"tier": 3,
"platform": "Javascript/Node.js",
"icon": "fritzboxdect.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Lucky-ESA/ioBroker.fritzboxdect/master/admin/fritzboxdect.png",
"readme": "https://github.com/Lucky-ESA/ioBroker.fritzboxdect/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "multimedia",
"compact": true,
"messagebox": true,
"blockly": true,
"connectionType": "local",
"dataSource": "poll",
"adminUI": {
"config": "json"
},
"docs": {
"en": ["docs/en/README.md"],
"de": ["docs/de/README.md"]
},
"dependencies": [
{
"js-controller": ">=5.0.19"
}
],
"globalDependencies": [
{
"admin": ">=6.13.16"
}
]
},
"native": {
"fritz": [],
"icons": [],
"macs": [],
"max_interval": 10
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": {
"en": "Information",
"de": "Informationen",
"ru": "Информация",
"pt": "Informação",
"nl": "Informatie",
"fr": "Information",
"it": "Informazioni",
"es": "Información",
"pl": "Informacja",
"uk": "Інформація",
"zh-cn": "信息"
}
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": {
"en": "Device or service connected",
"de": "Geräte- oder Serviceanschluss",
"ru": "Устройство или сервис подключены",
"pt": "Dispositivo ou serviço conectado",
"nl": "Device of dienst verbonden",
"fr": "Appareil ou service connecté",
"it": "Dispositivo o servizio collegato",
"es": "Dispositivo o servicio conectado",
"pl": "Urządzenie lub usługa połączona",
"uk": "Пристрої або послуги підключені",
"zh-cn": "证人或有关服务"
},
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}