This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathio-package.json
executable file
·101 lines (101 loc) · 3.78 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": "onvif-alt",
"version": "0.2.0",
"news": {
"0.2.0": {
"en": "rename adapter",
"de": "Adapter umbenennen",
"ru": "переименовать адаптер",
"pt": "renomear adaptador",
"nl": "hernoem adapter",
"fr": "renommer l'adaptateur",
"it": "rinominare adattatore",
"es": "cambiar el nombre del adaptador",
"pl": "zmień nazwę adaptera",
"zh-cn": "重命名适配器"
},
"0.1.0": {
"en": "initial version created with Adapter-Studio by Jey Cee",
"de": "erste Version erstellt mit Adapter-Studio von Jey Cee",
"ru": "начальная версия, созданная с помощью Adapter-Studio by Jey Cee",
"pt": "versão inicial criada com o Adapter-Studio por Jey Cee",
"nl": "eerste versie gemaakt met Adapter-Studio door Jey Cee",
"fr": "Version initiale créée avec Adapter-Studio par Jey Cee",
"it": "versione iniziale creata con Adapter-Studio di Jey Cee",
"es": "versión inicial creada con Adapter-Studio por Jey Cee",
"pl": "początkowa wersja stworzona za pomocą Adapter-Studio przez Jey Cee"
}
},
"title": "Onvif alternative",
"titleLang": {
"en": "Onvif alternative",
"de": "Onvif alternative",
"ru": "Onvif alternative",
"pt": "Onvif alternative",
"nl": "Onvif alternative",
"fr": "Onvif alternative",
"it": "Onvif alternative",
"es": "Onvif alternative",
"pl": "Onvif alternative",
"zh-cn": "Onvif alternative"
},
"desc": {
"en": "Discover and control onvif ready cameras.\n",
"de": "Entdecken und steuern Sie onvif-fähige Kameras.\n",
"ru": "Обнаружение и контроль готовых камер.\n",
"pt": "Descubra e controle câmeras prontas onvif.\n",
"nl": "Ontdek en bestuur onvif-ready camera's.\n",
"fr": "Découvrez et contrôlez les caméras prêtes pour Onvif.\n",
"it": "Scopri e controlla le fotocamere onvif ready.\n",
"es": "Descubrir y controlar las cámaras onvif ready.\n",
"pl": "Odkryj i steruj kamerami onvif.\n",
"zh-cn": "发现并控制onvif ready相机。\n"
},
"authors": [
"Jey Cee <[email protected]>"
],
"keywords": [
"onvif",
"camera",
"iobroker",
"security,"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "onvif.png",
"enabled": false,
"extIcon": "https://raw.githubusercontent.com/Jey-Cee/ioBroker.onvif-alt/master/admin/onvif.png",
"readme": "https://github.com/Jey-Cee/ioBroker.onvif-alt/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "hardware",
"compact": true,
"materialize": true,
"supportCustoms": false,
"dependencies": [
{
"js-controller": ">=1.4.2"
}
],
"messagebox": true
},
"native": {
},
"objects": [],
"instanceObjects": [
{
"_id": "discover",
"type": "state",
"common": {
"role": "button",
"name": "Discover new cameras",
"type": "boolean",
"read": false,
"write": true
},
"native": {}
}
]
}