iobroker.tidy 0.1.1 → 0.1.4
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 +13 -1
- package/io-package.json +38 -12
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
# ioBroker adapter for discovering unused states
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|

|
|
7
7
|
[](https://www.npmjs.com/package/iobroker.tidy)
|
|
8
8
|
[](https://www.npmjs.com/package/iobroker.tidy)
|
|
9
9
|
|
|
10
|
+
[](https://forum.iobroker.net/topic/84331/tidy-adapter-alpha)
|
|
11
|
+
[](https://github.com/skvarel)
|
|
12
|
+
[](https://github.com/inventwo/ioBroker.tidy/blob/main/.github/copilot-instructions.md)
|
|
13
|
+
|
|
10
14
|
[](https://www.paypal.com/donate/?hosted_button_id=7W6M3TFZ4W9LW)
|
|
11
15
|
|
|
16
|
+
---
|
|
17
|
+
|
|
12
18
|
## What this adapter does
|
|
13
19
|
|
|
14
20
|
The **Tidy** adapter helps to find unused objects and states to clean up your system. After years of using ioBroker, your system may accumulate "dead" datapoints from deleted scripts, removed adapters, or abandoned configurations. This adapter helps you identify and clean up such datapoints to keep your system tidy and performant.
|
|
@@ -144,6 +150,12 @@ If you like our work and would like to support us, we appreciate any donation.
|
|
|
144
150
|
<!--
|
|
145
151
|
### **WORK IN PROGRESS**
|
|
146
152
|
-->
|
|
153
|
+
### 0.1.4 (2026-05-25)
|
|
154
|
+
- (skvarel) Revised titel and desciption
|
|
155
|
+
|
|
156
|
+
### 0.1.3 (2026-05-24)
|
|
157
|
+
- (skvarel) Fixed repo checker issue
|
|
158
|
+
|
|
147
159
|
### 0.1.1 (2026-04-18)
|
|
148
160
|
- (skvarel) Changed name of result field to optional
|
|
149
161
|
- (skvarel) Revised config
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "tidy",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.4",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.1.4": {
|
|
7
|
+
"en": "Revised titel and desciption",
|
|
8
|
+
"de": "Überarbeiteter Titel und Abschied",
|
|
9
|
+
"ru": "Пересмотренный титель и расшифровка",
|
|
10
|
+
"pt": "Título revisto e decisão",
|
|
11
|
+
"nl": "Herziene titel en omschrijving",
|
|
12
|
+
"fr": "Titre et desciption révisés",
|
|
13
|
+
"it": "Titel modificato e desciptazione",
|
|
14
|
+
"es": "Titel revisado y descipación",
|
|
15
|
+
"pl": "Poprawiony tytel i deszypcja",
|
|
16
|
+
"uk": "Відреставрований титель і відхилення",
|
|
17
|
+
"zh-cn": "订正钛和剥离"
|
|
18
|
+
},
|
|
19
|
+
"0.1.3": {
|
|
20
|
+
"en": "Fixed repo checker issue",
|
|
21
|
+
"de": "Problem der Repo Checker behoben",
|
|
22
|
+
"ru": "Фиксированная проблема проверки репо",
|
|
23
|
+
"pt": "Problema fixo do verificador de repo",
|
|
24
|
+
"nl": "Probleem met vaste repochecker",
|
|
25
|
+
"fr": "Correction du problème de repo checker",
|
|
26
|
+
"it": "Rischio di errore",
|
|
27
|
+
"es": "Número de comprobación de reposo fijo",
|
|
28
|
+
"pl": "Stałe wydanie kontrolera repo",
|
|
29
|
+
"uk": "Виправлено проблему перевірки репо",
|
|
30
|
+
"zh-cn": "固定回购检查器问题"
|
|
31
|
+
},
|
|
6
32
|
"0.1.1": {
|
|
7
33
|
"en": "Changed name of result field to optional\nRevised config",
|
|
8
34
|
"de": "Änderung des Namens des Ergebnisfelds auf optional\nÜberarbeitetes Einverständnis",
|
|
@@ -57,17 +83,17 @@
|
|
|
57
83
|
"zh-cn": "Tidy"
|
|
58
84
|
},
|
|
59
85
|
"desc": {
|
|
60
|
-
"en": "
|
|
61
|
-
"de": "
|
|
62
|
-
"ru": "
|
|
63
|
-
"pt": "
|
|
64
|
-
"nl": "
|
|
65
|
-
"fr": "
|
|
66
|
-
"it": "
|
|
67
|
-
"es": "
|
|
68
|
-
"pl": "
|
|
69
|
-
"uk": "
|
|
70
|
-
"zh-cn": "
|
|
86
|
+
"en": "Tidy helps to find unused states to clean up your system.",
|
|
87
|
+
"de": "Tidy hilft dabei, ungenutzte Zustände zu finden, um dein System aufzuräumen.",
|
|
88
|
+
"ru": "Tidy помогает находить неиспользуемые состояния для очистки системы.",
|
|
89
|
+
"pt": "Tidy ajuda você a encontrar estados não utilizados para limpar seu sistema.",
|
|
90
|
+
"nl": "Tidy helpt je ongebruikte statussen te vinden om je systeem op te schonen.",
|
|
91
|
+
"fr": "Tidy vous aide à trouver les états inutilisés afin de nettoyer votre système.",
|
|
92
|
+
"it": "Tidy ti aiuta a trovare stati inutilizzati per ripulire il sistema.",
|
|
93
|
+
"es": "Tidy te ayuda a encontrar estados no utilizados para limpiar tu sistema.",
|
|
94
|
+
"pl": "Tidy pomaga znaleźć nieużywane stany, dzięki czemu możesz oczyścić system.",
|
|
95
|
+
"uk": "Tidy допомагає знайти невикористовувані стани для очищення системи.",
|
|
96
|
+
"zh-cn": "Tidy 帮助您查找未使用的状态,以清理您的系统。"
|
|
71
97
|
},
|
|
72
98
|
"authors": [
|
|
73
99
|
"skvarel <skvarel@inventwo.com>"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.tidy",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Analyzes ioBroker objects for unused datapoints and helps you clean up your instance",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "skvarel",
|
|
@@ -25,24 +25,24 @@
|
|
|
25
25
|
"url": "https://github.com/inventwo/ioBroker.tidy.git"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
|
-
"node": ">=
|
|
28
|
+
"node": ">= 22"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@iobroker/adapter-core": "^3.3.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@alcalzone/release-script": "^5.
|
|
35
|
-
"@alcalzone/release-script-plugin-iobroker": "^5.
|
|
36
|
-
"@alcalzone/release-script-plugin-license": "^5.
|
|
37
|
-
"@alcalzone/release-script-plugin-manual-review": "^5.
|
|
34
|
+
"@alcalzone/release-script": "^5.2.0",
|
|
35
|
+
"@alcalzone/release-script-plugin-iobroker": "^5.2.0",
|
|
36
|
+
"@alcalzone/release-script-plugin-license": "^5.2.0",
|
|
37
|
+
"@alcalzone/release-script-plugin-manual-review": "^5.2.0",
|
|
38
38
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
39
39
|
"@iobroker/dev-server": "^0.8.0",
|
|
40
|
-
"@iobroker/eslint-config": "^2.
|
|
40
|
+
"@iobroker/eslint-config": "^2.3.4",
|
|
41
41
|
"@iobroker/testing": "^5.2.2",
|
|
42
42
|
"@tsconfig/node20": "^20.1.9",
|
|
43
43
|
"@types/iobroker": "npm:@iobroker/types@^7.1.1",
|
|
44
|
-
"@types/node": "^
|
|
45
|
-
"typescript": "~6.0.
|
|
44
|
+
"@types/node": "^22.19.19",
|
|
45
|
+
"typescript": "~6.0.3"
|
|
46
46
|
},
|
|
47
47
|
"main": "main.js",
|
|
48
48
|
"files": [
|