-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathio-package.json
125 lines (125 loc) · 5.01 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
{
"common": {
"name": "vis-jqui-mfd",
"version": "1.1.1",
"news": {
"1.1.1": {
"en": "Make it compatible with ioBroker.vis 2.0",
"de": "Kompatibel mit ioBroker.vis 2.0",
"ru": "Сделайте его совместимым с ioBroker.vis 2.0",
"pt": "Tornar compatível com ioBroker.vis 2.0",
"nl": "Maak het compatibel met ioBroker.vis 2.0",
"fr": "La rendre compatible avec ioBroker.vis 2.0",
"it": "Renderlo compatibile con ioBroker.vis 2.0",
"es": "Hazlo compatible con ioBroker.vis 2.0",
"pl": "Sprawdzić zgodność z joBroker.vis 2.0",
"uk": "Зробіть сумісність з ioBroker.vis 2.0",
"zh-cn": "使其与ioBroker.vis 2.0兼容"
},
"1.0.12": {
"en": "Custom10-Widget and Light-Widget are repaired if the icon color used",
"de": "Custom10-Widget und Light-Widget werden repariert, wenn die Symbolfarbe verwendet wird",
"ru": "Custom10-Widget и Light-Widget восстанавливаются, если используется цвет значка",
"pt": "Custom10-Widget e Light-Widget são reparados se a cor do ícone for usada",
"nl": "Custom10-Widget en Light-Widget worden gerepareerd als de gebruikte pictogramkleur",
"fr": "Custom10-Widget et Light-Widget sont réparés si la couleur de l'icône utilisée",
"it": "Custom10-Widget e Light-Widget vengono riparati se si utilizza il colore dell'icona",
"es": "Custom10-Widget y Light-Widget se reparan si el color del icono utilizado",
"pl": "Custom10-Widget i Light-Widget są naprawiane, jeśli używany jest kolor ikony"
},
"1.0.11": {
"en": "The heating widget was extended",
"de": "Das Heizungs-Widget wurde erweitert",
"ru": "Виджет отопления был расширен",
"pt": "O widget de aquecimento foi estendido",
"nl": "De verwarmingswidget is uitgebreid",
"fr": "Le widget de chauffage a été étendu",
"it": "Il widget di riscaldamento è stato esteso",
"es": "El widget de calentamiento se extendió",
"pl": "Widżet grzewczy został przedłużony"
},
"1.0.9": {
"en": "Fix iframes",
"de": "Korrigiere iframes",
"ru": "Поправлены iframes"
},
"1.0.8": {
"en": "Fix of ShutterDialog Labels",
"de": "Fix of ShutterDialog Labels",
"ru": "Fix of ShutterDialog Labels"
},
"1.0.7": {
"en": "Fix size of lamp-off-svg",
"de": "Größe der Lampe-Aus-SVG-Grafik korrigiert",
"ru": "Fix size of lamp-off-svg"
},
"1.0.6": {
"en": "Add to all dialogs autoclose",
"de": "Autoclose für alle Dialogen hinzugefügt",
"ru": "Добавлено автозакрытие для всех диалоговых окон"
}
},
"title": "jQuery-UI style Widgets",
"titleLang": {
"en": "jQuery-UI style Widgets",
"de": "jQuery-UI-Stil Widgets",
"ru": "Виджеты в стиле jQuery-UI",
"pt": "Widgets estilo jQuery-UI",
"nl": "jQuery-UI-stijl Widgets",
"fr": "Widgets de style jQuery-UI",
"it": "Widget di stile jQuery-UI",
"es": "Widgets de estilo jQuery-UI",
"pl": "Widżety w stylu jQuery-UI"
},
"desc": {
"en": "jQuery-UI Widgets for ioBroker.vis with OpenAutomationProject icons",
"de": "jQuery-UI Widgets für ioBroker.vis mit OpenAutomationProject Bilder",
"ru": "jQuery-UI Widgets для ioBroker.vis с иконками OpenAutomationProject",
"pt": "Widgets jQuery-UI para ioBroker.vis com ícones OpenAutomationProject",
"nl": "jQuery-UI Widgets voor ioBroker.vis met OpenAutomationProject-pictogrammen",
"fr": "Widgets jQuery-UI pour ioBroker.vis avec des icônes OpenAutomationProject",
"it": "jQuery-UI Widget per ioBroker.vis con icone OpenAutomationProject",
"es": "jQuery-UI Widgets para ioBroker.vis con iconos de OpenAutomationProject",
"pl": "Widgety jQuery-UI dla ioBroker.vis z ikonami OpenAutomationProject"
},
"platform": "Javascript/Node.js",
"loglevel": "info",
"icon": "jqui-mfd.png",
"enabled": true,
"mode": "once",
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.vis-jqui-mfd/master/admin/jqui-mfd.png",
"keywords": [
"jqui-mfd",
"vis",
"GUI",
"IoT",
"graphical",
"scada"
],
"readme": "https://github.com/ioBroker/ioBroker.vis-jqui-mfd/blob/master/README.md",
"authors": [
"hobbyquaker <[email protected]>",
"bluefox <[email protected]>"
],
"localLink": "%web_protocol%://%ip%:%web_port%/vis/edit.html",
"license": "MIT",
"dependencies": [
"vis"
],
"onlyWWW": true,
"singleton": true,
"type": "visualization-widgets",
"noConfig": true,
"restartAdapters": [
"vis"
],
"tier": 3
},
"native": {
"dependencies": [
"basic",
"jqui"
]
},
"instanceObjects": []
}