This repository has been archived by the owner on Feb 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
io-package.json
101 lines (100 loc) · 3.6 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": "primelab",
"version": "1.0.2",
"news": {
"1.0.2":{
"en": "fix Adapter stop",
"de": "fehler bei Adapter stop behoben",
"ru": "исправить остановку адаптера",
"pt": "consertar a parada do adaptador",
"nl": "fix Adapter stop",
"fr": "fixer l'arrêt de l'adaptateur",
"it": "fix Adattatore stop",
"es": "arreglar la parada del adaptador",
"pl": "Napraw przystawkę adaptera"
},
"1.0.1":{
"en": "public version",
"de": "öffentliche Version",
"ru": "публичная версия",
"pt": "versão pública",
"nl": "openbare versie",
"fr": "version publique",
"it": "versione pubblica",
"es": "versión pública",
"pl": "wersja publiczna"
},
"1.0.0":{
"en": "Stable version",
"de": "stabile Version",
"ru": "Стабильная версия",
"pt": "Versão estável",
"nl": "Stabiele versie",
"fr": "version stable",
"it": "Versione stabile",
"es": "versión estable",
"pl": "Wersja stabilna"
},
"0.0.1": {
"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": "PrimeLab",
"titleLang": {
"en": "PrimeLab",
"de": "PrimeLab",
"ru": "PrimeLab",
"pt": "PrimeLab",
"nl": "PrimeLab",
"fr": "PrimeLab",
"it": "PrimeLab",
"es": "PrimeLab"
},
"desc": {
"en": "PrimeLab",
"de": "PrimeLab",
"ru": "PrimeLab",
"pt": "PrimeLab",
"fr": "PrimeLab",
"nl": "PrimeLab",
"it": "PrimeLab",
"es": "PrimeLab"
},
"authors": [
"Jey Cee <[email protected]>"
],
"docs": {
},
"platform": "Javascript/Node.js",
"mode": "schedule",
"schedule": "* */12 * * *",
"icon": "primelab.png",
"materialize": true,
"extIcon": "https://raw.githubusercontent.com/Jey-Cee/ioBroker.primelab/master/admin/primelab.png",
"allowInit": true,
"keywords": [
"PrimeLab",
"PoolLab",
"Photometer"
],
"readme": "https://github.com/Jey-Cee/ioBroker.primelab/blob/master/README.md",
"loglevel": "info",
"type": "misc-data",
"license": "CC-BY-NC-4.0",
"messagebox": false
},
"native": {
"user": "",
"password": ""
},
"objects": []
}