-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
135 lines (135 loc) · 4.45 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
{
"common": {
"name": "reolink-810a",
"version": "0.0.4",
"news": {
"0.0.4": {
"en": "First official release",
"de": "Erste offizielle Veröffentlichung",
"ru": "Первый официальный релиз",
"pt": "Primeira versão oficial",
"nl": "Eerste vrijlating",
"fr": "Premier communiqué officiel",
"it": "Primo rilascio ufficiale",
"es": "Primera publicación oficial",
"pl": "Pierwsze oficjalne wydanie",
"zh-cn": "首次正式释放"
},
"0.0.3": {
"en": "Changed behavior if webcam is offline",
"de": "Verändertes Verhalten, wenn Webcam offline ist",
"ru": "Изменено поведение, если веб-камера оффлайн",
"pt": "Comportamento alterado se a webcam estiver offline",
"nl": "Veranderingsgedrag als webcam offline is",
"fr": "Comportement modifié si la webcam est hors ligne",
"it": "Comportamento modificato se la webcam è offline",
"es": "Cambio de comportamiento si la webcam está fuera de línea",
"pl": "Zmienne zachowanie, jeśli webcam jest offline",
"zh-cn": "2. 如果网络Cam没有线,变化的行为"
},
"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": "首次出版"
}
},
"title": "Reolink 810A",
"titleLang": {
"en": "Reolink 810A",
"de": "Reolink 810A",
"ru": "Реолинк 810А",
"pt": "Reolink 810A",
"nl": "Reolink 810A",
"fr": "Reolink 810A",
"it": "Reolink 810A",
"es": "Reolink 810A",
"pl": "Reolink 810A",
"zh-cn": "重联 810A"
},
"desc": {
"en": "reolink-810a",
"de": "reolink-810a",
"ru": "реолинк-810а",
"pt": "reolink-810a",
"nl": "reolink-810a",
"fr": "reolink-810a",
"it": "reolink-810a",
"es": "reolink-810a",
"pl": "reolink-810a",
"zh-cn": "reolink-810a"
},
"authors": [
"sebtig <[email protected]>"
],
"keywords": [
"reolink",
"reolink-api",
"reolink-camera",
"people-detection",
"video-surveillance"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "reolink-810a.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/sebtig/ioBroker.reolink-810a/main/admin/reolink-810a.png",
"readme": "https://github.com/sebtig/ioBroker.reolink-810a/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "alarm",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
}
]
},
"native": {
"Hostname": "",
"Username": "",
"Password": "",
"apiRefreshInterval": "1000"
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}