iobroker.tidy 0.1.3 → 0.1.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  ![Logo](admin/tidy.svg)
2
2
 
3
- # ioBroker.tidy
3
+ # ioBroker adapter for discovering unused states
4
4
 
5
5
  ![Number of Installations](https://iobroker.live/badges/tidy-installed.svg)
6
6
  ![Current version in stable repository](https://iobroker.live/badges/tidy-stable.svg)
@@ -9,10 +9,12 @@
9
9
 
10
10
  [![COMMUNITY](https://img.shields.io/badge/community%20-ioBroker%20|%20forum-blue.svg)](https://forum.iobroker.net/topic/84331/tidy-adapter-alpha)
11
11
  [![MAINTAINER](https://img.shields.io/badge/maintainer-skvarel%20@%20inventwo-yellowgreen.svg)](https://github.com/skvarel)
12
- [![AI](https://img.shields.io/badge/ai%20assisted-copilot-blue.svg)](https://github.com/inventwo/ioBroker.foxesscloud/blob/main/.github/copilot-instructions.md)
12
+ [![AI](https://img.shields.io/badge/ai%20assisted-cursor-blue.svg)](https://github.com/inventwo/ioBroker.tidy/blob/main/.cursor/rules/iobroker-adapter.mdc)
13
13
 
14
14
  [![Paypal Donation](https://img.shields.io/badge/paypal-donate%20|%20spenden-green.svg)](https://www.paypal.com/donate/?hosted_button_id=7W6M3TFZ4W9LW)
15
15
 
16
+ ---
17
+
16
18
  ## What this adapter does
17
19
 
18
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.
@@ -148,6 +150,13 @@ If you like our work and would like to support us, we appreciate any donation.
148
150
  <!--
149
151
  ### **WORK IN PROGRESS**
150
152
  -->
153
+ ### 0.1.5 (2026-05-29)
154
+ - (skvarel) Updated dependencies
155
+ - (skvarel) Fixed repo checker issue
156
+
157
+ ### 0.1.4 (2026-05-25)
158
+ - (skvarel) Revised titel and desciption
159
+
151
160
  ### 0.1.3 (2026-05-24)
152
161
  - (skvarel) Fixed repo checker issue
153
162
 
@@ -158,9 +167,6 @@ If you like our work and would like to support us, we appreciate any donation.
158
167
  ### 0.1.0 (2026-04-17)
159
168
  - (skvarel) Added option for complete scan
160
169
 
161
- ### 0.0.1 (2026-04-14)
162
- - (skvarel) initial release
163
-
164
170
  ## Older changes
165
171
  - [CHANGELOG_OLD.md](CHANGELOG_OLD.md)
166
172
 
@@ -8,16 +8,13 @@
8
8
  "Days until 'stale' (warning)": "Tage bis 'veraltet' (Warnung)",
9
9
  "Description": "Beschreibung",
10
10
  "Detection Thresholds": "Erkennungsschwellen",
11
- "Each scan result contains a JSON array with the following 10 fields per datapoint:": "Jedes Scan-Ergebnis enthält ein JSON-Array mit folgenden 10 Feldern pro Datenpunkt:",
12
11
  "Each scan result contains a JSON array with the following fields per datapoint:": "Jedes Scanergebnis enthält ein JSON-Array mit den folgenden 10 Feldern pro Datenpunkt:",
13
12
  "Enable automatic scans": "Automatisches Scannen aktivieren",
14
13
  "Enabled": "Aktiviert",
15
14
  "Enter the full path, e.g. 0_userdata.0. Folders (type: folder) must be entered manually. The instance number is optional.": "Gib hier den vollständigen Pfad ein, z.B. 0_userdata.0. Ordner (Typ: Ordner) müssen manuell eingegeben werden. Die Instanznummer ist optional.",
16
- "Feldbeschreibungen (Deutsch):": "Feldbeschreibungen (Deutsch):",
17
15
  "Field": "Schlüssel",
18
16
  "Field descriptions": "Feldbeschreibungen",
19
17
  "Field descriptions (English):": "Feldbeschreibungen (Englisch):",
20
- "Field descriptions:": "Feldbeschreibungen:",
21
18
  "For German tables: Use status_de and issue_de columns\nFor English tables: Use status and issue columns\n\nFilter by 'issue != null' to show only problematic datapoints.": "Für deutsche Tabellen: Verwende status_de und issue_de Spalten\nFür englische Tabellen: Verwende status und issue Spalten\n\nFiltere nach 'issue != null' um nur problematische Datenpunkte anzuzeigen.",
22
19
  "For alias.* paths: Check if target datapoints exist (ghost detection)": "Für alias.*-Pfade: Prüfen, ob Ziel-Datenpunkte existieren (Geister-Erkennung)",
23
20
  "General Settings": "Allgemeine Einstellungen",
@@ -1,37 +1,38 @@
1
1
  {
2
- "Name (for result state, optional)": "Name (for result state, optional)",
3
- "Optional. If empty, the path will be used as name.": "Optional. If empty, the path will be used as name.",
4
2
  "Automatic Scanning": "Automatic Scanning",
5
3
  "Check alias targets": "Check alias targets",
6
4
  "Configure which paths to scan for unused datapoints. Each path will get its own result state with a JSON table.": "Configure which paths to scan for unused datapoints. Each path will get its own result state with a JSON table.",
7
- "Days until 'dead' (critical)": "Days until 'dead' (critical)",
8
- "Days until 'stale' (warning)": "Days until 'stale' (warning)",
9
5
  "Datapoints not updated for this many days are marked as 'dead'": "Datapoints not updated for this many days are marked as 'dead'",
10
6
  "Datapoints not updated for this many days are marked as 'stale'": "Datapoints not updated for this many days are marked as 'stale'",
7
+ "Days until 'dead' (critical)": "Days until 'dead' (critical)",
8
+ "Days until 'stale' (warning)": "Days until 'stale' (warning)",
11
9
  "Detection Thresholds": "Detection Thresholds",
10
+ "Description": "Description",
12
11
  "Each scan result contains a JSON array with the following fields per datapoint:": "Each scan result contains a JSON array with the following 10 fields per datapoint:",
13
12
  "Enable automatic scans": "Enable automatic scans",
14
- "Scan all objects (complete)": "Scan all objects (complete)",
15
- "If enabled, the adapter will scan the entire object tree and store the result in a separate 'complete' result channel.": "If enabled, the adapter will scan the entire object tree and store the result in a separate 'complete' result channel.",
16
13
  "Enabled": "Enabled",
17
14
  "Enter the full path, e.g. 0_userdata.0. Folders (type: folder) must be entered manually. The instance number is optional.": "Enter the full path, e.g. 0_userdata.0. Folders (type: folder) must be entered manually. The instance number is optional.",
15
+ "Field": "Key",
16
+ "Field descriptions": "Field descriptions",
17
+ "Field descriptions (English):": "Field descriptions (English):",
18
18
  "For German tables: Use status_de and issue_de columns\nFor English tables: Use status and issue columns\n\nFilter by 'issue != null' to show only problematic datapoints.": "For German tables: Use status_de and issue_de columns\nFor English tables: Use status and issue columns\n\nFilter by 'issue != null' to show only problematic datapoints.",
19
19
  "For alias.* paths: Check if target datapoints exist (ghost detection)": "For alias.* paths: Check if target datapoints exist (ghost detection)",
20
20
  "General Settings": "General Settings",
21
21
  "Help & Documentation": "Help & Documentation",
22
22
  "How often the automatic scan should run (minimum 1 hour)": "How often the automatic scan should run (minimum 1 hour)",
23
+ "If enabled, the adapter will scan the entire object tree and store the result in a separate 'complete' result channel.": "If enabled, the adapter will scan the entire object tree and store the result in a separate 'complete' result channel.",
23
24
  "JSON Table Field Description": "JSON Table Field Description",
24
25
  "Name (for result state)": "Name (for result state)",
26
+ "Name (for result state, optional)": "Name (for result state, optional)",
27
+ "Optional. If empty, the path will be used as name.": "Optional. If empty, the path will be used as name.",
25
28
  "Path (e.g. 0_userdata.0 or alias.0 - The instance number is optional.)": "Path (e.g. 0_userdata.0 or alias.0 - The instance number is optional.)",
26
29
  "Path Configuration": "Path Configuration",
27
30
  "Paths to scan": "Paths to scan",
28
- "Scan interval (hours)": "Scan interval (hours)",
31
+ "Purpose": "Purpose",
29
32
  "Scan Paths": "Scan Paths",
30
- "tidy adapter settings": "Adapter settings for tidy",
33
+ "Scan all objects (complete)": "Scan all objects (complete)",
34
+ "Scan interval (hours)": "Scan interval (hours)",
31
35
  "Usage in VIS Widgets": "Usage in VIS Widgets",
32
36
  "When enabled, all configured paths will be scanned automatically at the specified interval": "When enabled, all configured paths will be scanned automatically at the specified interval",
33
- "Field descriptions": "Field descriptions",
34
- "Purpose": "Purpose",
35
- "Field": "Schlüssel",
36
- "Description": "Description"
37
- }
37
+ "tidy adapter settings": "Adapter settings for tidy"
38
+ }
@@ -12,8 +12,9 @@
12
12
  "Enable automatic scans": "Habilitar escaneos automáticos",
13
13
  "Enabled": "Activado",
14
14
  "Enter the full path, e.g. 0_userdata.0. Folders (type: folder) must be entered manually. The instance number is optional.": "Ingrese la ruta completa, p.e. 0_datosdeusuario.0. Las carpetas (tipo: carpeta) deben ingresarse manualmente. El número de instancia es opcional.",
15
- "Field": "Schlüssel",
15
+ "Field": "Llave",
16
16
  "Field descriptions": "Descripciones de campo",
17
+ "Field descriptions (English):": "Descripciones de campo (inglés):",
17
18
  "For German tables: Use status_de and issue_de columns\nFor English tables: Use status and issue columns\n\nFilter by 'issue != null' to show only problematic datapoints.": "Para tablas alemanas: use las columnas status_de y issues_de\nPara tablas en inglés: use columnas de estado y problema\n\nFiltre por 'problema! = nulo' para mostrar solo puntos de datos problemáticos.",
18
19
  "For alias.* paths: Check if target datapoints exist (ghost detection)": "Para rutas alias.*: compruebe si existen puntos de datos de destino (detección de fantasmas)",
19
20
  "General Settings": "Configuraciones generales",
@@ -12,8 +12,9 @@
12
12
  "Enable automatic scans": "Activer les analyses automatiques",
13
13
  "Enabled": "Activé",
14
14
  "Enter the full path, e.g. 0_userdata.0. Folders (type: folder) must be entered manually. The instance number is optional.": "Entrez le chemin complet, par ex. 0_userdata.0. Les dossiers (type : dossier) doivent être saisis manuellement. Le numéro d'instance est facultatif.",
15
- "Field": "Schlüssel",
15
+ "Field": "Clé",
16
16
  "Field descriptions": "Description des champs",
17
+ "Field descriptions (English):": "Descriptions des champs (anglais) :",
17
18
  "For German tables: Use status_de and issue_de columns\nFor English tables: Use status and issue columns\n\nFilter by 'issue != null' to show only problematic datapoints.": "Pour les tables allemandes : utilisez les colonnes status_de et issue_de\nPour les tableaux en anglais : utilisez les colonnes d'état et de problème\n\nFiltrez par « issue != null » pour afficher uniquement les points de données problématiques.",
18
19
  "For alias.* paths: Check if target datapoints exist (ghost detection)": "Pour les chemins alias.* : Vérifiez si des points de données cibles existent (détection de fantômes)",
19
20
  "General Settings": "Paramètres généraux",
@@ -12,8 +12,9 @@
12
12
  "Enable automatic scans": "Abilita le scansioni automatiche",
13
13
  "Enabled": "Abilitato",
14
14
  "Enter the full path, e.g. 0_userdata.0. Folders (type: folder) must be entered manually. The instance number is optional.": "Inserisci il percorso completo, ad es. 0_datiutente.0. Le cartelle (tipo: cartella) devono essere inserite manualmente. Il numero di istanza è facoltativo.",
15
- "Field": "Schlüssel",
15
+ "Field": "Chiave",
16
16
  "Field descriptions": "Descrizioni dei campi",
17
+ "Field descriptions (English):": "Descrizioni dei campi (inglese):",
17
18
  "For German tables: Use status_de and issue_de columns\nFor English tables: Use status and issue columns\n\nFilter by 'issue != null' to show only problematic datapoints.": "Per le tabelle tedesche: utilizzare le colonne status_de e issue_de\nPer le tabelle in inglese: utilizzare le colonne di stato e di emissione\n\nFiltra per \"problema! = null\" per mostrare solo i punti dati problematici.",
18
19
  "For alias.* paths: Check if target datapoints exist (ghost detection)": "Per percorsi alias.*: controlla se esistono punti dati di destinazione (rilevamento fantasma)",
19
20
  "General Settings": "Impostazioni generali",
@@ -12,8 +12,9 @@
12
12
  "Enable automatic scans": "Schakel automatische scans in",
13
13
  "Enabled": "Ingeschakeld",
14
14
  "Enter the full path, e.g. 0_userdata.0. Folders (type: folder) must be entered manually. The instance number is optional.": "Voer het volledige pad in, b.v. 0_gebruikersgegevens.0. Mappen (type: map) moeten handmatig worden ingevoerd. Het exemplaarnummer is optioneel.",
15
- "Field": "Schlüssel",
15
+ "Field": "Sleutel",
16
16
  "Field descriptions": "Veldbeschrijvingen",
17
+ "Field descriptions (English):": "Veldbeschrijvingen (Engels):",
17
18
  "For German tables: Use status_de and issue_de columns\nFor English tables: Use status and issue columns\n\nFilter by 'issue != null' to show only problematic datapoints.": "Voor Duitse tabellen: gebruik de kolommen status_de en issue_de\nVoor Engelse tabellen: gebruik status- en probleemkolommen\n\nFilter op 'issue != null' om alleen problematische datapunten weer te geven.",
18
19
  "For alias.* paths: Check if target datapoints exist (ghost detection)": "Voor alias.*-paden: Controleer of doeldatapunten bestaan ​​(spookdetectie)",
19
20
  "General Settings": "Algemene instellingen",
@@ -3,7 +3,7 @@
3
3
  "Check alias targets": "Sprawdź cele aliasów",
4
4
  "Configure which paths to scan for unused datapoints. Each path will get its own result state with a JSON table.": "Skonfiguruj ścieżki do skanowania w poszukiwaniu nieużywanych punktów danych. Każda ścieżka otrzyma własny stan wyniku z tabelą JSON.",
5
5
  "Datapoints not updated for this many days are marked as 'dead'": "Punkty danych nieaktualizowane przez tyle dni są oznaczone jako „martwe”",
6
- "Datapoints not updated for this many days are marked as 'stale'": "Punkty danych nieaktualizowane przez tak wiele dni są oznaczone jako „nieaktualne”",
6
+ "Datapoints not updated for this many days are marked as 'stale'": "Punkty danych nieaktualizowane przez tyle dni są oznaczone jako „nieaktualne”",
7
7
  "Days until 'dead' (critical)": "Dni do „martwy” (krytyczne)",
8
8
  "Days until 'stale' (warning)": "Dni do „nieaktualnego” (ostrzeżenie)",
9
9
  "Description": "Opis",
@@ -12,8 +12,9 @@
12
12
  "Enable automatic scans": "Włącz automatyczne skanowanie",
13
13
  "Enabled": "Włączony",
14
14
  "Enter the full path, e.g. 0_userdata.0. Folders (type: folder) must be entered manually. The instance number is optional.": "Wpisz pełną ścieżkę, np. 0_dane użytkownika.0. Foldery (typ: folder) należy wprowadzić ręcznie. Numer instancji jest opcjonalny.",
15
- "Field": "Schlüssel",
15
+ "Field": "Klawisz",
16
16
  "Field descriptions": "Opisy pól",
17
+ "Field descriptions (English):": "Opisy pól (angielski):",
17
18
  "For German tables: Use status_de and issue_de columns\nFor English tables: Use status and issue columns\n\nFilter by 'issue != null' to show only problematic datapoints.": "W przypadku tabel w języku niemieckim: użyj kolumn status_de i Issue_de\nW przypadku tabel w języku angielskim: Użyj kolumn stanu i wydania\n\nFiltruj według „problem != null”, aby wyświetlić tylko problematyczne punkty danych.",
18
19
  "For alias.* paths: Check if target datapoints exist (ghost detection)": "W przypadku ścieżek alias.*: Sprawdź, czy istnieją docelowe punkty danych (wykrywanie duchów)",
19
20
  "General Settings": "Ustawienia ogólne",
@@ -12,8 +12,9 @@
12
12
  "Enable automatic scans": "Habilitar verificações automáticas",
13
13
  "Enabled": "Habilitado",
14
14
  "Enter the full path, e.g. 0_userdata.0. Folders (type: folder) must be entered manually. The instance number is optional.": "Insira o caminho completo, por ex. 0_userdata.0. As pastas (tipo: pasta) devem ser inseridas manualmente. O número da instância é opcional.",
15
- "Field": "Schlüssel",
15
+ "Field": "Chave",
16
16
  "Field descriptions": "Descrições de campo",
17
+ "Field descriptions (English):": "Descrições de campo (inglês):",
17
18
  "For German tables: Use status_de and issue_de columns\nFor English tables: Use status and issue columns\n\nFilter by 'issue != null' to show only problematic datapoints.": "Para tabelas alemãs: use as colunas status_de e issue_de\nPara tabelas em inglês: use colunas de status e de problemas\n\nFiltre por 'issue != null' para mostrar apenas pontos de dados problemáticos.",
18
19
  "For alias.* paths: Check if target datapoints exist (ghost detection)": "Para caminhos alias.*: verifique se existem pontos de dados de destino (detecção de fantasma)",
19
20
  "General Settings": "Configurações Gerais",
@@ -12,8 +12,9 @@
12
12
  "Enable automatic scans": "Включить автоматическое сканирование",
13
13
  "Enabled": "Включено",
14
14
  "Enter the full path, e.g. 0_userdata.0. Folders (type: folder) must be entered manually. The instance number is optional.": "Введите полный путь, например. 0_userdata.0. Папки (тип: папка) необходимо вводить вручную. Номер экземпляра не является обязательным.",
15
- "Field": "Шлюссель",
15
+ "Field": "Ключ",
16
16
  "Field descriptions": "Описание полей",
17
+ "Field descriptions (English):": "Описания полей (на английском языке):",
17
18
  "For German tables: Use status_de and issue_de columns\nFor English tables: Use status and issue columns\n\nFilter by 'issue != null' to show only problematic datapoints.": "Для немецких таблиц: используйте столбцы status_de и Issue_de.\nДля английских таблиц: используйте столбцы состояния и проблемы.\n\nОтфильтруйте по «проблеме!= null», чтобы отобразить только проблемные точки данных.",
18
19
  "For alias.* paths: Check if target datapoints exist (ghost detection)": "Для путей alias.*: проверьте, существуют ли целевые точки данных (обнаружение призраков).",
19
20
  "General Settings": "Общие настройки",
@@ -12,8 +12,9 @@
12
12
  "Enable automatic scans": "Увімкнути автоматичне сканування",
13
13
  "Enabled": "Увімкнено",
14
14
  "Enter the full path, e.g. 0_userdata.0. Folders (type: folder) must be entered manually. The instance number is optional.": "Введіть повний шлях, напр. 0_користувальницькі дані.0. Папки (тип: folder) потрібно вводити вручну. Номер екземпляра необов’язковий.",
15
- "Field": "Шлюссель",
15
+ "Field": "ключ",
16
16
  "Field descriptions": "Описи полів",
17
+ "Field descriptions (English):": "Опис полів (англійською):",
17
18
  "For German tables: Use status_de and issue_de columns\nFor English tables: Use status and issue columns\n\nFilter by 'issue != null' to show only problematic datapoints.": "Для німецьких таблиць: використовуйте стовпці status_de і issue_de\nДля таблиць англійською мовою: використовуйте стовпці статусу та проблеми\n\nВідфільтруйте за «проблемою != нуль», щоб показати лише проблемні точки даних.",
18
19
  "For alias.* paths: Check if target datapoints exist (ghost detection)": "Для шляхів alias.*: перевірте, чи існують цільові точки даних (виявлення привидів)",
19
20
  "General Settings": "Загальні налаштування",
@@ -12,8 +12,9 @@
12
12
  "Enable automatic scans": "启用自动扫描",
13
13
  "Enabled": "启用",
14
14
  "Enter the full path, e.g. 0_userdata.0. Folders (type: folder) must be entered manually. The instance number is optional.": "输入完整路径,例如0_用户数据.0。文件夹(类型:文件夹)必须手动输入。实例编号是可选的。",
15
- "Field": "施吕塞尔",
15
+ "Field": "钥匙",
16
16
  "Field descriptions": "字段说明",
17
+ "Field descriptions (English):": "字段说明(英文):",
17
18
  "For German tables: Use status_de and issue_de columns\nFor English tables: Use status and issue columns\n\nFilter by 'issue != null' to show only problematic datapoints.": "对于德语表:使用 status_de 和 issues_de 列\n对于英文表格:使用状态和问题列\n\n按“问题!= null”过滤以仅显示有问题的数据点。",
18
19
  "For alias.* paths: Check if target datapoints exist (ghost detection)": "对于 alias.* 路径:检查目标数据点是否存在(幽灵检测)",
19
20
  "General Settings": "常规设置",
@@ -148,7 +148,7 @@
148
148
  "attr": "path",
149
149
  "title": "Path (e.g. 0_userdata.0 or alias.0 - The instance number is optional.)",
150
150
  "width": "40%",
151
- "placeholder": "0_userdata.0",
151
+ "placeholder": "Enter the full path, e.g. 0_userdata.0. Folders (type: folder) must be entered manually. The instance number is optional.",
152
152
  "tooltip": "Enter the full path, e.g. 0_userdata.0. Folders (type: folder) must be entered manually. The instance number is optional."
153
153
  },
154
154
  {
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "tidy",
4
- "version": "0.1.3",
4
+ "version": "0.1.5",
5
5
  "news": {
6
+ "0.1.5": {
7
+ "en": "Updated dependencies\nFixed repo checker issue",
8
+ "de": "Aktualisierte Abhängigkeiten\nProblem der Repo Checker behoben",
9
+ "ru": "Обновленные зависимости\nФиксированная проблема проверки репо",
10
+ "pt": "Dependências atualizadas\nProblema fixo do verificador de repo",
11
+ "nl": "Bijgewerkte afhankelijkheden\nProbleem met vaste repochecker",
12
+ "fr": "Dépendances actualisées\nCorrection du problème de repo checker",
13
+ "it": "Dipendenze aggiornate\nRischio di errore",
14
+ "es": "Dependencias actualizadas\nNúmero de comprobación de reposo fijo",
15
+ "pl": "Aktualizacja zależności\nStałe wydanie kontrolera repo",
16
+ "uk": "Оновлені залежності\nВиправлено проблему перевірки репо",
17
+ "zh-cn": "更新的依赖关系\n固定回购检查器问题"
18
+ },
19
+ "0.1.4": {
20
+ "en": "Revised titel and desciption",
21
+ "de": "Überarbeiteter Titel und Abschied",
22
+ "ru": "Пересмотренный титель и расшифровка",
23
+ "pt": "Título revisto e decisão",
24
+ "nl": "Herziene titel en omschrijving",
25
+ "fr": "Titre et desciption révisés",
26
+ "it": "Titel modificato e desciptazione",
27
+ "es": "Titel revisado y descipación",
28
+ "pl": "Poprawiony tytel i deszypcja",
29
+ "uk": "Відреставрований титель і відхилення",
30
+ "zh-cn": "订正钛和剥离"
31
+ },
6
32
  "0.1.3": {
7
33
  "en": "Fixed repo checker issue",
8
34
  "de": "Problem der Repo Checker behoben",
@@ -70,17 +96,17 @@
70
96
  "zh-cn": "Tidy"
71
97
  },
72
98
  "desc": {
73
- "en": "Helps to find unused objects and states to clean up your system.",
74
- "de": "Hilft dabei, ungenutzte Objekte und Zustände zu finden, um dein System aufzuräumen.",
75
- "ru": "Помогает находить неиспользуемые объекты и состояния для очистки системы.",
76
- "pt": "Ajuda você a encontrar objetos e estados não utilizados para limpar seu sistema.",
77
- "nl": "Helpt je ongebruikte objecten en statussen te vinden om je systeem op te schonen.",
78
- "fr": "Vous aide à trouver les objets et états inutilisés afin de nettoyer votre système.",
79
- "it": "Ti aiuta a trovare oggetti e stati inutilizzati per ripulire il sistema.",
80
- "es": "Te ayuda a encontrar objetos y estados no utilizados para limpiar tu sistema.",
81
- "pl": "Pomaga znaleźć nieużywane obiekty i stany, dzięki czemu możesz oczyścić system.",
82
- "uk": "Допомагає знайти невикористовувані об'єкти та стани для очищення системи.",
83
- "zh-cn": "帮助您查找未使用的对象和状态,以清理您的系统。"
99
+ "en": "Tidy helps to find unused states to clean up your system.",
100
+ "de": "Tidy hilft dabei, ungenutzte Zustände zu finden, um dein System aufzuräumen.",
101
+ "ru": "Tidy помогает находить неиспользуемые состояния для очистки системы.",
102
+ "pt": "Tidy ajuda você a encontrar estados não utilizados para limpar seu sistema.",
103
+ "nl": "Tidy helpt je ongebruikte statussen te vinden om je systeem op te schonen.",
104
+ "fr": "Tidy vous aide à trouver les états inutilisés afin de nettoyer votre système.",
105
+ "it": "Tidy ti aiuta a trovare stati inutilizzati per ripulire il sistema.",
106
+ "es": "Tidy te ayuda a encontrar estados no utilizados para limpiar tu sistema.",
107
+ "pl": "Tidy pomaga znaleźć nieużywane stany, dzięki czemu możesz oczyścić system.",
108
+ "uk": "Tidy допомагає знайти невикористовувані стани для очищення системи.",
109
+ "zh-cn": "Tidy 帮助您查找未使用的状态,以清理您的系统。"
84
110
  },
85
111
  "authors": [
86
112
  "skvarel <skvarel@inventwo.com>"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.tidy",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Analyzes ioBroker objects for unused datapoints and helps you clean up your instance",
5
5
  "author": {
6
6
  "name": "skvarel",
@@ -37,11 +37,11 @@
37
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.2.0",
40
+ "@iobroker/eslint-config": "^2.3.4",
41
41
  "@iobroker/testing": "^5.2.2",
42
- "@tsconfig/node20": "^20.1.9",
43
- "@types/iobroker": "npm:@iobroker/types@^7.1.1",
44
- "@types/node": "^25.6.0",
42
+ "@tsconfig/node22": "^22.0.5",
43
+ "@types/iobroker": "npm:@iobroker/types@^7.1.2",
44
+ "@types/node": "^22.19.19",
45
45
  "typescript": "~6.0.3"
46
46
  },
47
47
  "main": "main.js",
@@ -66,7 +66,8 @@
66
66
  "lint": "eslint -c eslint.config.mjs .",
67
67
  "lint-fix": "eslint -c eslint.config.mjs . --fix",
68
68
  "translate": "translate-adapter",
69
- "dev-server": "dev-server"
69
+ "dev-server:start": "dev-server watch",
70
+ "dev-server:stop": "powershell -NonInteractive -Command \"Get-NetTCPConnection -LocalPort 8091,26436,24436,20436 -EA SilentlyContinue | Select-Object -ExpandProperty OwningProcess -Unique | ForEach-Object { Stop-Process -Id $_ -Force -EA SilentlyContinue }; Write-Host 'dev-server stopped'\""
70
71
  },
71
72
  "bugs": {
72
73
  "url": "https://github.com/skvarel/ioBroker.tidy/issues"