iobroker.drag-indicator 2.0.6 → 2.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/admin/jsonCustom.json +1 -1
- package/io-package.json +177 -225
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -21,6 +21,14 @@ e.g. you can use it for power or temperature values.
|
|
|
21
21
|
Placeholder for the next version (at the beginning of the line):
|
|
22
22
|
### **WORK IN PROGRESS**
|
|
23
23
|
-->
|
|
24
|
+
### 2.0.9 (2022-08-27) - release script installed
|
|
25
|
+
* (BenAhrdt) updated to release script V3
|
|
26
|
+
|
|
27
|
+
### 2.0.8 (2022-08-28) - update new release script
|
|
28
|
+
* (BenAhrdt) updated to release script V3
|
|
29
|
+
|
|
30
|
+
### 2.0.7 (2022-08-28) - cronjob updated to complex mode
|
|
31
|
+
* (BenAhrdt) cronjob wizard removed and complex mode enabled
|
|
24
32
|
|
|
25
33
|
### 2.0.6 (2022-06-23) - comments added
|
|
26
34
|
* (BenAhrdt) comment some lines for better undestanding
|
package/admin/jsonCustom.json
CHANGED
package/io-package.json
CHANGED
|
@@ -1,229 +1,181 @@
|
|
|
1
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
|
-
"1.14.9": {
|
|
91
|
-
"en": "readme fixed",
|
|
92
|
-
"de": "Readme behoben",
|
|
93
|
-
"ru": "исправлен файл readme",
|
|
94
|
-
"pt": "leia-me corrigido",
|
|
95
|
-
"nl": "leesmij opgelost",
|
|
96
|
-
"fr": "Lisez-moi corrigé",
|
|
97
|
-
"it": "readme risolto",
|
|
98
|
-
"es": "Léame corregido",
|
|
99
|
-
"pl": "czytaj mi naprawiono",
|
|
100
|
-
"zh-cn": "自述文件已修复"
|
|
101
|
-
},
|
|
102
|
-
"1.14.8": {
|
|
103
|
-
"en": "check all issues of PR",
|
|
104
|
-
"de": "Überprüfen Sie alle Fragen der PR",
|
|
105
|
-
"ru": "проверить все вопросы PR",
|
|
106
|
-
"pt": "verifique todas as edições de PR",
|
|
107
|
-
"nl": "bekijk alle nummers van PR",
|
|
108
|
-
"fr": "vérifier tous les numéros de PR",
|
|
109
|
-
"it": "controlla tutti i problemi di PR",
|
|
110
|
-
"es": "consultar todos los números de PR",
|
|
111
|
-
"pl": "sprawdź wszystkie kwestie PR",
|
|
112
|
-
"zh-cn": "检查所有公关问题"
|
|
113
|
-
},
|
|
114
|
-
"1.14.7": {
|
|
115
|
-
"en": "first official iobroker version",
|
|
116
|
-
"de": "Erste offizielle iobroker Version",
|
|
117
|
-
"ru": "первая официальная версия iobroker",
|
|
118
|
-
"pt": "primeira versão oficial do iobroker",
|
|
119
|
-
"nl": "eerste officiële iobroker-versie",
|
|
120
|
-
"fr": "première version officielle d'iobroker",
|
|
121
|
-
"it": "prima versione ufficiale di iobroker",
|
|
122
|
-
"es": "primera versión oficial de iobroker",
|
|
123
|
-
"pl": "pierwsza oficjalna wersja iobrokera",
|
|
124
|
-
"zh-cn": "第一个官方iobroker版本"
|
|
125
|
-
},
|
|
126
|
-
"0.0.1": {
|
|
127
|
-
"en": "initial release",
|
|
128
|
-
"de": "Erstveröffentlichung",
|
|
129
|
-
"ru": "Начальная версия",
|
|
130
|
-
"pt": "lançamento inicial",
|
|
131
|
-
"nl": "Eerste uitgave",
|
|
132
|
-
"fr": "Première version",
|
|
133
|
-
"it": "Versione iniziale",
|
|
134
|
-
"es": "Versión inicial",
|
|
135
|
-
"pl": "Pierwsze wydanie",
|
|
136
|
-
"zh-cn": "首次出版"
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
"title": "Drag-Indicator",
|
|
140
|
-
"titleLang": {
|
|
141
|
-
"en": "Drag-Indicator",
|
|
142
|
-
"de": "Schleppzeiger",
|
|
143
|
-
"ru": "Индикатор перетаскивания",
|
|
144
|
-
"pt": "Indicador de arrastar",
|
|
145
|
-
"nl": "Sleep-indicator",
|
|
146
|
-
"fr": "Indicateur de traînée",
|
|
147
|
-
"it": "Indicatore di trascinamento",
|
|
148
|
-
"es": "Indicador de arrastre",
|
|
149
|
-
"pl": "Wskaźnik przeciągania",
|
|
150
|
-
"zh-cn": "拖动指示器"
|
|
151
|
-
},
|
|
152
|
-
"desc": {
|
|
153
|
-
"en": "Shows the min and max of a selected value",
|
|
154
|
-
"de": "Zeigt das Minimum und Maximum eines ausgewählten Werts an",
|
|
155
|
-
"ru": "Показывает минимум и максимум выбранного значения",
|
|
156
|
-
"pt": "Mostra o mínimo e o máximo de um valor selecionado",
|
|
157
|
-
"nl": "Toont de min en max van een geselecteerde waarde",
|
|
158
|
-
"fr": "Affiche le min et le max d'une valeur sélectionnée",
|
|
159
|
-
"it": "Mostra il minimo e il massimo di un valore selezionato",
|
|
160
|
-
"es": "Muestra el mínimo y el máximo de un valor seleccionado",
|
|
161
|
-
"pl": "Pokazuje minimalną i maksymalną wartość wybranej wartości",
|
|
162
|
-
"zh-cn": "显示所选值的最小值和最大值"
|
|
163
|
-
},
|
|
164
|
-
"authors": [
|
|
165
|
-
"BenAhrdt <bsahrdt@gmail.com>"
|
|
166
|
-
],
|
|
167
|
-
"keywords": [
|
|
168
|
-
"drag-indicator",
|
|
169
|
-
"Schleppzeiger",
|
|
170
|
-
"min",
|
|
171
|
-
"max"
|
|
172
|
-
],
|
|
173
|
-
"license": "MIT",
|
|
174
|
-
"platform": "Javascript/Node.js",
|
|
175
|
-
"main": "main.js",
|
|
176
|
-
"icon": "drag-indicator.png",
|
|
177
|
-
"enabled": true,
|
|
178
|
-
"extIcon": "https://raw.githubusercontent.com/BenAhrdt/ioBroker.drag-indicator/main/admin/drag-indicator.png",
|
|
179
|
-
"readme": "https://github.com/BenAhrdt/ioBroker.drag-indicator/blob/main/README.md",
|
|
180
|
-
"loglevel": "info",
|
|
181
|
-
"mode": "daemon",
|
|
182
|
-
"type": "misc-data",
|
|
183
|
-
"compact": true,
|
|
184
|
-
"connectionType": "local",
|
|
185
|
-
"dataSource": "poll",
|
|
186
|
-
"adminUI": {
|
|
187
|
-
"config": "json",
|
|
188
|
-
"custom": "json"
|
|
189
|
-
},
|
|
190
|
-
"supportCustoms": true,
|
|
191
|
-
"globalDependencies": [
|
|
192
|
-
{
|
|
193
|
-
"admin": ">=5.0.0"
|
|
194
|
-
}
|
|
195
|
-
],
|
|
196
|
-
"dependencies": [
|
|
197
|
-
{
|
|
198
|
-
"js-controller": ">=2.0.0"
|
|
199
|
-
}
|
|
200
|
-
]
|
|
2
|
+
"common": {
|
|
3
|
+
"name": "drag-indicator",
|
|
4
|
+
"version": "2.0.9",
|
|
5
|
+
"news": {
|
|
6
|
+
"2.0.9": {
|
|
7
|
+
"en": "updated to release script V3",
|
|
8
|
+
"de": "aktualisiert zum Release-Skript V3",
|
|
9
|
+
"ru": "обновлено для выпуска скрипта V3",
|
|
10
|
+
"pt": "atualizado para lançar script V3",
|
|
11
|
+
"nl": "vertaling:",
|
|
12
|
+
"fr": "mise à jour du script V3",
|
|
13
|
+
"it": "aggiornato allo script di rilascio V3",
|
|
14
|
+
"es": "actualizado para lanzar script V3",
|
|
15
|
+
"pl": "uaktualnianie scenariusza V3",
|
|
16
|
+
"zh-cn": "附录五3"
|
|
17
|
+
},
|
|
18
|
+
"2.0.8": {
|
|
19
|
+
"en": "updated to release script V3",
|
|
20
|
+
"de": "aktualisiert zum Release-Skript V3",
|
|
21
|
+
"ru": "обновлено для выпуска скрипта V3",
|
|
22
|
+
"pt": "atualizado para lançar script V3",
|
|
23
|
+
"nl": "vertaling:",
|
|
24
|
+
"fr": "mise à jour du script V3",
|
|
25
|
+
"it": "aggiornato allo script di rilascio V3",
|
|
26
|
+
"es": "actualizado para lanzar script V3",
|
|
27
|
+
"pl": "uaktualnianie scenariusza V3",
|
|
28
|
+
"zh-cn": "附录五3"
|
|
29
|
+
},
|
|
30
|
+
"2.0.7": {
|
|
31
|
+
"en": "cronjob wizard removed and complex mode enabled",
|
|
32
|
+
"de": "cronjob assistent entfernt und komplexer modus aktiviert",
|
|
33
|
+
"ru": "cronjob wizard удален и комплексный режим включен",
|
|
34
|
+
"pt": "assistente cronjob removido e modo complexo habilitado",
|
|
35
|
+
"nl": "quality over quantity (qoq) releases vertaling:",
|
|
36
|
+
"fr": "cronjob wizard enlevé et mode complexe activé",
|
|
37
|
+
"it": "mago di cronjob rimosso e modalità complessa abilitata",
|
|
38
|
+
"es": "asistente de cronjob eliminado y modo complejo habilitado",
|
|
39
|
+
"pl": "cronjob wizard usunął i złożony tryb pozwalał usunąć się",
|
|
40
|
+
"zh-cn": "被撤职和复杂模式的复杂化"
|
|
41
|
+
},
|
|
42
|
+
"2.0.6": {
|
|
43
|
+
"en": "comment some lines for better undestanding",
|
|
44
|
+
"de": "kommentieren einige zeilen für besseres unverständnis",
|
|
45
|
+
"ru": "прокомментировать некоторые строки для лучшего непонимания",
|
|
46
|
+
"pt": "comentar algumas linhas para melhor imparcial",
|
|
47
|
+
"nl": "een paar lijnen voor beter onverslaanbaar",
|
|
48
|
+
"fr": "commenter certaines lignes pour une meilleure",
|
|
49
|
+
"it": "commentare alcune linee per meglio incomprensibile",
|
|
50
|
+
"es": "comentar algunas líneas para mejor indecente",
|
|
51
|
+
"pl": "skomentować",
|
|
52
|
+
"zh-cn": "评 注"
|
|
53
|
+
},
|
|
54
|
+
"2.0.5": {
|
|
55
|
+
"en": "implemented paypal and sort readme",
|
|
56
|
+
"de": "implementiert paypal und sort readme",
|
|
57
|
+
"ru": "реализовано paypal и сортировать readme",
|
|
58
|
+
"pt": "implementado paypal e tipo readme",
|
|
59
|
+
"nl": "vertaling:",
|
|
60
|
+
"fr": "implémenté paypal et tri readme",
|
|
61
|
+
"it": "implementato paypal e ordina letto",
|
|
62
|
+
"es": "implementado paypal y tipo readme",
|
|
63
|
+
"pl": "zaimplementowany i odczytywany",
|
|
64
|
+
"zh-cn": "执行的薪资和一读"
|
|
65
|
+
},
|
|
66
|
+
"2.0.4": {
|
|
67
|
+
"en": "dont check loglevel before log.debug()",
|
|
68
|
+
"de": "nicht loglevel vor log.debug überprüfen(",
|
|
69
|
+
"ru": "не проверять уровень лога перед log.debug)(",
|
|
70
|
+
"pt": "não verifique o nível de log antes log.debug)(",
|
|
71
|
+
"nl": "controleer loge niet voor logebug",
|
|
72
|
+
"fr": "dont vérifier le niveau de log avant log.debug)(",
|
|
73
|
+
"it": "non controllare il livello di log prima log.debug)(",
|
|
74
|
+
"es": "no comprueba el nivel de registro antes de log.debug)(",
|
|
75
|
+
"pl": "profil na stronie logline (ang.)",
|
|
76
|
+
"zh-cn": "固体检查在逻辑前的逻辑水平(debug)"
|
|
77
|
+
},
|
|
78
|
+
"2.0.3": {
|
|
79
|
+
"en": "adapter type changed to misc-data",
|
|
80
|
+
"de": "adaptertyp geändert in misc-daten",
|
|
81
|
+
"ru": "тип адаптера изменен на misc-data",
|
|
82
|
+
"pt": "tipo de adaptador alterado para misc-data",
|
|
83
|
+
"nl": "adaptertype veranderde in misc-data",
|
|
84
|
+
"fr": "type d'adaptateur changé en misc-data",
|
|
85
|
+
"it": "tipo di adattatore cambiato in misc-data",
|
|
86
|
+
"es": "tipo de adaptador cambiado a misc-data",
|
|
87
|
+
"pl": "zmiana adaptatora została zmieniona na misc-data",
|
|
88
|
+
"zh-cn": "b. 适应类型改为错误数据"
|
|
89
|
+
}
|
|
201
90
|
},
|
|
202
|
-
"
|
|
203
|
-
|
|
91
|
+
"title": "Drag-Indicator",
|
|
92
|
+
"titleLang": {
|
|
93
|
+
"en": "Drag-Indicator",
|
|
94
|
+
"de": "Schleppzeiger",
|
|
95
|
+
"ru": "Индикатор перетаскивания",
|
|
96
|
+
"pt": "Indicador de arrastar",
|
|
97
|
+
"nl": "Sleep-indicator",
|
|
98
|
+
"fr": "Indicateur de traînée",
|
|
99
|
+
"it": "Indicatore di trascinamento",
|
|
100
|
+
"es": "Indicador de arrastre",
|
|
101
|
+
"pl": "Wskaźnik przeciągania",
|
|
102
|
+
"zh-cn": "拖动指示器"
|
|
204
103
|
},
|
|
205
|
-
"
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
104
|
+
"desc": {
|
|
105
|
+
"en": "Shows the min and max of a selected value",
|
|
106
|
+
"de": "Zeigt das Minimum und Maximum eines ausgewählten Werts an",
|
|
107
|
+
"ru": "Показывает минимум и максимум выбранного значения",
|
|
108
|
+
"pt": "Mostra o mínimo e o máximo de um valor selecionado",
|
|
109
|
+
"nl": "Toont de min en max van een geselecteerde waarde",
|
|
110
|
+
"fr": "Affiche le min et le max d'une valeur sélectionnée",
|
|
111
|
+
"it": "Mostra il minimo e il massimo di un valore selezionato",
|
|
112
|
+
"es": "Muestra el mínimo y el máximo de un valor seleccionado",
|
|
113
|
+
"pl": "Pokazuje minimalną i maksymalną wartość wybranej wartości",
|
|
114
|
+
"zh-cn": "显示所选值的最小值和最大值"
|
|
115
|
+
},
|
|
116
|
+
"authors": [
|
|
117
|
+
"BenAhrdt <bsahrdt@gmail.com>"
|
|
118
|
+
],
|
|
119
|
+
"keywords": [
|
|
120
|
+
"drag-indicator",
|
|
121
|
+
"Schleppzeiger",
|
|
122
|
+
"min",
|
|
123
|
+
"max"
|
|
124
|
+
],
|
|
125
|
+
"license": "MIT",
|
|
126
|
+
"platform": "Javascript/Node.js",
|
|
127
|
+
"main": "main.js",
|
|
128
|
+
"icon": "drag-indicator.png",
|
|
129
|
+
"enabled": true,
|
|
130
|
+
"extIcon": "https://raw.githubusercontent.com/BenAhrdt/ioBroker.drag-indicator/main/admin/drag-indicator.png",
|
|
131
|
+
"readme": "https://github.com/BenAhrdt/ioBroker.drag-indicator/blob/main/README.md",
|
|
132
|
+
"loglevel": "info",
|
|
133
|
+
"mode": "daemon",
|
|
134
|
+
"type": "misc-data",
|
|
135
|
+
"compact": true,
|
|
136
|
+
"connectionType": "local",
|
|
137
|
+
"dataSource": "poll",
|
|
138
|
+
"adminUI": {
|
|
139
|
+
"config": "json",
|
|
140
|
+
"custom": "json"
|
|
141
|
+
},
|
|
142
|
+
"supportCustoms": true,
|
|
143
|
+
"globalDependencies": [
|
|
144
|
+
{
|
|
145
|
+
"admin": ">=5.0.0"
|
|
146
|
+
}
|
|
147
|
+
],
|
|
148
|
+
"dependencies": [
|
|
149
|
+
{
|
|
150
|
+
"js-controller": ">=2.0.0"
|
|
151
|
+
}
|
|
228
152
|
]
|
|
229
|
-
}
|
|
153
|
+
},
|
|
154
|
+
"native": {
|
|
155
|
+
"deleteStatesWithDisable": false
|
|
156
|
+
},
|
|
157
|
+
"objects": [],
|
|
158
|
+
"instanceObjects": [
|
|
159
|
+
{
|
|
160
|
+
"_id": "info",
|
|
161
|
+
"type": "channel",
|
|
162
|
+
"common": {
|
|
163
|
+
"name": "Information"
|
|
164
|
+
},
|
|
165
|
+
"native": {}
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"_id": "info.subscribedStatesCount",
|
|
169
|
+
"type": "state",
|
|
170
|
+
"common": {
|
|
171
|
+
"role": "indicator",
|
|
172
|
+
"name": "Count of subscribed states",
|
|
173
|
+
"type": "number",
|
|
174
|
+
"read": true,
|
|
175
|
+
"write": false,
|
|
176
|
+
"def": 0
|
|
177
|
+
},
|
|
178
|
+
"native": {}
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.drag-indicator",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"description": "Shows the min and max of a selected value",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "BenAhrdt",
|
|
@@ -23,7 +23,9 @@
|
|
|
23
23
|
"node-schedule": "^2.1.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@alcalzone/release-script": "
|
|
26
|
+
"@alcalzone/release-script": "3.5.9",
|
|
27
|
+
"@alcalzone/release-script-plugin-iobroker": "3.5.9",
|
|
28
|
+
"@alcalzone/release-script-plugin-license": "3.5.9",
|
|
27
29
|
"@iobroker/adapter-dev": "^1.0.0",
|
|
28
30
|
"@iobroker/testing": "^2.5.6",
|
|
29
31
|
"@types/chai": "^4.3.0",
|
|
@@ -67,4 +69,4 @@
|
|
|
67
69
|
"url": "https://github.com/BenAhrdt/ioBroker.drag-indicator/issues"
|
|
68
70
|
},
|
|
69
71
|
"readmeFilename": "README.md"
|
|
70
|
-
}
|
|
72
|
+
}
|