iobroker.tint 0.3.1 → 0.3.3
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 +6 -9
- package/io-package.json +28 -106
- package/main.js +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -16,8 +16,6 @@ Control **Müller Licht tint** Zigbee smart lights via a **deCONZ / ConBee** gat
|
|
|
16
16
|
This adapter provides full control over individual lights, light groups, and scenes, and
|
|
17
17
|
decodes every button and color-wheel event from the Tint remote control.
|
|
18
18
|
|
|
19
|
-
Other languages: [Deutsch](doc/de/README.md) · [Русский](doc/ru/README.md) · [Português](doc/pt/README.md) · [Nederlands](doc/nl/README.md) · [Français](doc/fr/README.md) · [Italiano](doc/it/README.md) · [Español](doc/es/README.md) · [Polski](doc/pl/README.md) · [Українська](doc/uk/README.md) · [中文](doc/zh-cn/README.md)
|
|
20
|
-
|
|
21
19
|
## DISCLAIMER
|
|
22
20
|
|
|
23
21
|
The name **Müller Licht** and the product name **tint** are trademarks of Müller-Licht International GmbH.
|
|
@@ -186,6 +184,12 @@ iobroker add tint
|
|
|
186
184
|
### **WORK IN PROGRESS**
|
|
187
185
|
-->
|
|
188
186
|
|
|
187
|
+
### 0.3.3 (2026-06-23)
|
|
188
|
+
* (ssbingo) Repository hygiene: bump minimum admin version to 7.6.20, drop common.news entries for versions never published to npm, use this.setTimeout() in the pairing poll loop, add ioBroker keyword, migrate tsconfig to @tsconfig/node22, remove obsolete .prettierignore, add dependabot config
|
|
189
|
+
|
|
190
|
+
### 0.3.2 (2026-06-23)
|
|
191
|
+
* (ssbingo) Remove redundant "Other languages" line from README.md (already covered by the Documentation section); disable the Sentry release-notification step in CI (was failing with no token configured)
|
|
192
|
+
|
|
189
193
|
### 0.3.1 (2026-06-23)
|
|
190
194
|
* (ssbingo) Complete the Object structure documentation (Plugs, Covers, Switches, Sensors, Thermostats) in all 11 README files; cap the changelog at 5 entries with older history moved to CHANGELOG_OLD.md
|
|
191
195
|
|
|
@@ -196,13 +200,6 @@ iobroker add tint
|
|
|
196
200
|
### 0.2.6 (2026-06-17)
|
|
197
201
|
* (ssbingo) Fix: pairing button replaced with a custom PairButton component — no longer relies on admin's result-mapping for encrypted fields; shows inline status ("Key received — please Save!" / error text)
|
|
198
202
|
|
|
199
|
-
### 0.2.5 (2026-06-16)
|
|
200
|
-
* (ssbingo) Fix: pairing button now implemented as a custom panel component — always visible regardless of adapter alive state
|
|
201
|
-
* (ssbingo) Fix: commit panel build bundles to git so GitHub installs work without a manual build step (empty Leuchten/Gruppen tabs resolved)
|
|
202
|
-
|
|
203
|
-
### 0.2.4 (2026-06-15)
|
|
204
|
-
* (ssbingo) Improve pairing UX: click button first, adapter polls deCONZ every 3 s until pairing window opens (up to 60 s) — no more time pressure
|
|
205
|
-
|
|
206
203
|
## Documentation
|
|
207
204
|
|
|
208
205
|
- 🇩🇪 [Deutsche Dokumentation](doc/de/README.md)
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "tint",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.3",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.3.3": {
|
|
7
|
+
"en": "Repository hygiene: bump minimum admin version to 7.6.20, drop common.news entries for versions never published to npm, use this.setTimeout() in the pairing poll loop, add ioBroker keyword, migrate tsconfig to @tsconfig/node22, remove obsolete .prettierignore, add dependabot config",
|
|
8
|
+
"de": "Repository-Hygiene: Mindest-Admin-Version auf 7.6.20 angehoben, common.news-Einträge für nie auf npm veröffentlichte Versionen entfernt, this.setTimeout() in der Pairing-Polling-Schleife verwendet, ioBroker-Keyword ergänzt, tsconfig auf @tsconfig/node22 migriert, veraltete .prettierignore entfernt, Dependabot-Konfiguration ergänzt",
|
|
9
|
+
"ru": "Гигиена репозитория: минимальная версия admin повышена до 7.6.20, удалены записи common.news для версий, никогда не опубликованных на npm, использован this.setTimeout() в цикле опроса сопряжения, добавлено ключевое слово ioBroker, tsconfig перенесён на @tsconfig/node22, удалён устаревший .prettierignore, добавлена конфигурация dependabot",
|
|
10
|
+
"pt": "Manutenção do repositório: versão mínima do admin elevada para 7.6.20, removidas entradas de common.news para versões nunca publicadas no npm, uso de this.setTimeout() no loop de polling de emparelhamento, adicionada palavra-chave ioBroker, tsconfig migrado para @tsconfig/node22, removido .prettierignore obsoleto, adicionada configuração do dependabot",
|
|
11
|
+
"nl": "Repository-onderhoud: minimale admin-versie verhoogd naar 7.6.20, common.news-items voor nooit op npm gepubliceerde versies verwijderd, this.setTimeout() gebruikt in de koppel-pollinglus, ioBroker-keyword toegevoegd, tsconfig gemigreerd naar @tsconfig/node22, verouderde .prettierignore verwijderd, dependabot-configuratie toegevoegd",
|
|
12
|
+
"fr": "Hygiène du dépôt : version minimale d'admin portée à 7.6.20, suppression des entrées common.news pour des versions jamais publiées sur npm, utilisation de this.setTimeout() dans la boucle de sondage de couplage, ajout du mot-clé ioBroker, migration de tsconfig vers @tsconfig/node22, suppression du .prettierignore obsolète, ajout de la configuration dependabot",
|
|
13
|
+
"it": "Pulizia del repository: versione minima di admin portata a 7.6.20, rimosse le voci di common.news per versioni mai pubblicate su npm, usato this.setTimeout() nel ciclo di polling dell'accoppiamento, aggiunta la parola chiave ioBroker, tsconfig migrato a @tsconfig/node22, rimosso il .prettierignore obsoleto, aggiunta la configurazione dependabot",
|
|
14
|
+
"es": "Mantenimiento del repositorio: versión mínima de admin elevada a 7.6.20, eliminadas las entradas de common.news para versiones nunca publicadas en npm, uso de this.setTimeout() en el bucle de sondeo de emparejamiento, añadida la palabra clave ioBroker, tsconfig migrado a @tsconfig/node22, eliminado el .prettierignore obsoleto, añadida la configuración de dependabot",
|
|
15
|
+
"pl": "Porządki w repozytorium: minimalna wersja admin podniesiona do 7.6.20, usunięto wpisy common.news dla wersji nigdy nieopublikowanych na npm, użyto this.setTimeout() w pętli odpytywania parowania, dodano słowo kluczowe ioBroker, tsconfig przeniesiono na @tsconfig/node22, usunięto przestarzały .prettierignore, dodano konfigurację dependabot",
|
|
16
|
+
"uk": "Гігієна репозиторію: мінімальну версію admin підвищено до 7.6.20, видалено записи common.news для версій, які ніколи не публікувалися на npm, використано this.setTimeout() у циклі опитування сполучення, додано ключове слово ioBroker, tsconfig перенесено на @tsconfig/node22, видалено застарілий .prettierignore, додано конфігурацію dependabot",
|
|
17
|
+
"zh-cn": "仓库整理:admin最低版本提升至7.6.20,移除从未在npm发布版本的common.news条目,配对轮询循环中使用this.setTimeout(),添加ioBroker关键字,tsconfig迁移至@tsconfig/node22,移除过时的.prettierignore,添加dependabot配置"
|
|
18
|
+
},
|
|
19
|
+
"0.3.2": {
|
|
20
|
+
"en": "Remove redundant \"Other languages\" line from README.md (already covered by the Documentation section); disable the Sentry release-notification step in CI (was failing with no token configured)",
|
|
21
|
+
"de": "Redundante \"Other languages\"-Zeile aus der README.md entfernt (steht bereits im Documentation-Abschnitt); Sentry-Release-Benachrichtigung in der CI deaktiviert (schlug ohne konfigurierten Token fehl)",
|
|
22
|
+
"ru": "Удалена избыточная строка \"Other languages\" из README.md (уже есть в разделе Documentation); отключено уведомление о релизе Sentry в CI (завершалось ошибкой без настроенного токена)",
|
|
23
|
+
"pt": "Removida a linha redundante \"Other languages\" do README.md (já presente na secção Documentation); desativada a notificação de lançamento do Sentry no CI (falhava sem token configurado)",
|
|
24
|
+
"nl": "Overbodige \"Other languages\"-regel uit README.md verwijderd (staat al in de Documentation-sectie); Sentry-release-melding in CI uitgeschakeld (mislukte zonder geconfigureerde token)",
|
|
25
|
+
"fr": "Suppression de la ligne redondante \"Other languages\" du README.md (déjà présente dans la section Documentation) ; désactivation de la notification de release Sentry dans la CI (échouait sans jeton configuré)",
|
|
26
|
+
"it": "Rimossa la riga ridondante \"Other languages\" dal README.md (già presente nella sezione Documentation); disabilitata la notifica di rilascio Sentry nella CI (falliva senza token configurato)",
|
|
27
|
+
"es": "Eliminada la línea redundante \"Other languages\" del README.md (ya presente en la sección Documentation); deshabilitada la notificación de versión de Sentry en CI (fallaba sin token configurado)",
|
|
28
|
+
"pl": "Usunięto zbędną linię \"Other languages\" z README.md (jest już w sekcji Documentation); wyłączono powiadomienie o wydaniu Sentry w CI (kończyło się błędem bez skonfigurowanego tokenu)",
|
|
29
|
+
"uk": "Видалено зайвий рядок \"Other languages\" з README.md (уже є в розділі Documentation); вимкнено сповіщення про реліз Sentry в CI (завершувалося помилкою без налаштованого токена)",
|
|
30
|
+
"zh-cn": "移除README.md中多余的\"Other languages\"行(文档部分已包含此信息);禁用CI中的Sentry发布通知步骤(因未配置令牌而失败)"
|
|
31
|
+
},
|
|
6
32
|
"0.3.1": {
|
|
7
33
|
"en": "Complete the Object structure documentation (Plugs, Covers, Switches, Sensors, Thermostats) in all 11 README files; cap the changelog at 5 entries with older history moved to CHANGELOG_OLD.md",
|
|
8
34
|
"de": "Objektstruktur-Dokumentation (Steckdosen, Rollos, Schalter, Sensoren, Thermostate) in allen 11 README-Dateien vervollständigt; Changelog auf 5 Einträge begrenzt, ältere Historie nach CHANGELOG_OLD.md verschoben",
|
|
@@ -28,110 +54,6 @@
|
|
|
28
54
|
"pl": "Poprawka: zakładki urządzeń nie wywołują już fałszywego ostrzeżenia \"zmień hosta\" w admin (React 18 + MUI v6 są teraz współdzielone z admin); usunięto przestarzałą zakładkę boczną \"tint\"",
|
|
29
55
|
"uk": "Виправлення: вкладки пристроїв більше не викликають хибне попередження \"змінити хост\" в admin (React 18 + MUI v6 тепер спільні з admin); видалено застарілу бічну вкладку \"tint\"",
|
|
30
56
|
"zh-cn": "修复:设备标签页不再在admin中触发错误的“切换主机”警告(React 18 + MUI v6现已与admin共享);移除遗留的侧边栏“tint”标签"
|
|
31
|
-
},
|
|
32
|
-
"0.2.6": {
|
|
33
|
-
"en": "Fix: replace sendTo button with custom PairButton component for reliable API key retrieval and visual feedback",
|
|
34
|
-
"de": "Bugfix: sendTo-Button durch eigene PairButton-Komponente ersetzt — zuverlässige API-Schlüssel-Abfrage mit Statusanzeige",
|
|
35
|
-
"ru": "Исправление: кнопка sendTo заменена собственным компонентом PairButton — надёжное получение API-ключа с визуальной обратной связью",
|
|
36
|
-
"pt": "Correção: botão sendTo substituído por componente PairButton personalizado — obtenção fiável da chave API com feedback visual",
|
|
37
|
-
"nl": "Bugfix: sendTo-knop vervangen door eigen PairButton-component — betrouwbaar ophalen van API-sleutel met statusweergave",
|
|
38
|
-
"fr": "Correctif: bouton sendTo remplacé par un composant PairButton personnalisé — récupération fiable de la clé API avec retour visuel",
|
|
39
|
-
"it": "Correzione: pulsante sendTo sostituito da componente PairButton personalizzato — recupero affidabile della chiave API con feedback visivo",
|
|
40
|
-
"es": "Corrección: botón sendTo reemplazado por componente PairButton personalizado — obtención fiable de clave API con feedback visual",
|
|
41
|
-
"pl": "Poprawka: przycisk sendTo zastąpiony własnym komponentem PairButton — niezawodne pobieranie klucza API z informacją zwrotną",
|
|
42
|
-
"uk": "Виправлення: кнопку sendTo замінено власним компонентом PairButton — надійне отримання API-ключа з візуальним відгуком",
|
|
43
|
-
"zh-cn": "修复:将sendTo按钮替换为自定义PairButton组件,可靠获取API密钥并提供视觉反馈"
|
|
44
|
-
},
|
|
45
|
-
"0.2.5": {
|
|
46
|
-
"en": "Fix: pairing button now uses a custom panel (always visible); commit panel bundles to git so GitHub installs work without a build step",
|
|
47
|
-
"de": "Bugfix: Pairing-Button als Custom-Panel (immer sichtbar); Panel-Bundles in Git eingecheckt, sodass GitHub-Installationen ohne Build-Schritt funktionieren",
|
|
48
|
-
"ru": "Исправление: кнопка сопряжения теперь использует пользовательский компонент (всегда видима); бандлы панелей добавлены в git",
|
|
49
|
-
"pt": "Correção: botão de emparelhamento agora usa painel personalizado (sempre visível); bundles de painel adicionados ao git",
|
|
50
|
-
"nl": "Bugfix: koppelknop gebruikt nu aangepast panel (altijd zichtbaar); panel-bundles in git gezet",
|
|
51
|
-
"fr": "Correctif: bouton de couplage utilise désormais un panneau personnalisé (toujours visible); bundles de panneau ajoutés à git",
|
|
52
|
-
"it": "Correzione: il pulsante di pairing ora usa un pannello personalizzato (sempre visibile); bundle panel aggiunti a git",
|
|
53
|
-
"es": "Corrección: el botón de emparejamiento ahora usa un panel personalizado (siempre visible); bundles de panel añadidos a git",
|
|
54
|
-
"pl": "Poprawka: przycisk parowania teraz używa niestandardowego panelu (zawsze widoczny); bundle paneli dodane do git",
|
|
55
|
-
"uk": "Виправлення: кнопка сполучення тепер використовує власну панель (завжди видима); бандли панелей додано до git",
|
|
56
|
-
"zh-cn": "修复:配对按钮现在使用自定义面板(始终可见);面板包已提交至git"
|
|
57
|
-
},
|
|
58
|
-
"0.2.4": {
|
|
59
|
-
"en": "Improve pairing UX: click button first, adapter polls deCONZ every 3 s until pairing window opens (up to 60 s) — no more time pressure",
|
|
60
|
-
"de": "Pairing-UX verbessert: zuerst Button klicken, Adapter prüft alle 3 s ob das Pairing-Fenster offen ist (bis 60 s) — kein Zeitdruck mehr",
|
|
61
|
-
"ru": "Улучшен UX сопряжения: сначала нажмите кнопку, адаптер опрашивает deCONZ каждые 3 с (до 60 с) — больше нет спешки",
|
|
62
|
-
"pt": "UX de emparelhamento melhorado: clique primeiro no botão, o adaptador verifica deCONZ a cada 3 s (até 60 s) — sem pressão de tempo",
|
|
63
|
-
"nl": "Koppel-UX verbeterd: klik eerst op knop, adapter controleert deCONZ elke 3 s (tot 60 s) — geen tijdsdruk meer",
|
|
64
|
-
"fr": "UX de couplage amélioré: cliquez d'abord sur le bouton, l'adaptateur interroge deCONZ toutes les 3 s (jusqu'à 60 s) — plus de pression temporelle",
|
|
65
|
-
"it": "UX accoppiamento migliorato: clicca prima il pulsante, l'adattatore controlla deCONZ ogni 3 s (fino a 60 s) — nessuna pressione temporale",
|
|
66
|
-
"es": "UX de emparejamiento mejorado: haga clic primero en el botón, el adaptador sondea deCONZ cada 3 s (hasta 60 s) — sin presión de tiempo",
|
|
67
|
-
"pl": "Poprawiony UX parowania: najpierw kliknij przycisk, adapter odpytuje deCONZ co 3 s (do 60 s) — bez presji czasu",
|
|
68
|
-
"uk": "Покращено UX сполучення: спочатку натисніть кнопку, адаптер опитує deCONZ кожні 3 с (до 60 с) — без поспіху",
|
|
69
|
-
"zh-cn": "改进配对用户体验:先点击按钮,适配器每3秒轮询deCONZ(最多60秒)——不再有时间压力"
|
|
70
|
-
},
|
|
71
|
-
"0.2.3": {
|
|
72
|
-
"en": "Add automatic API key pairing: button in Settings tab sends a pairing request to deCONZ and fills in the key",
|
|
73
|
-
"de": "Automatisches API-Schlüssel-Pairing: Button in Einstellungen sendet Pairinganfrage an deCONZ und trägt den Schlüssel automatisch ein",
|
|
74
|
-
"ru": "Автоматическое сопряжение API-ключа: кнопка в настройках отправляет запрос на сопряжение в deCONZ и заполняет ключ",
|
|
75
|
-
"pt": "Emparelhamento automático de chave API: botão nas definições envia pedido de emparelhamento ao deCONZ e preenche a chave",
|
|
76
|
-
"nl": "Automatisch API-sleutel koppelen: knop in instellingen stuurt een koppelingsverzoek naar deCONZ en vult de sleutel in",
|
|
77
|
-
"fr": "Couplage automatique de clé API: bouton dans les paramètres envoie une demande de couplage à deCONZ et remplit la clé",
|
|
78
|
-
"it": "Accoppiamento automatico chiave API: il pulsante nelle impostazioni invia una richiesta di accoppiamento a deCONZ e inserisce la chiave",
|
|
79
|
-
"es": "Emparejamiento automático de clave API: botón en ajustes envía solicitud de emparejamiento a deCONZ y rellena la clave",
|
|
80
|
-
"pl": "Automatyczne parowanie klucza API: przycisk w ustawieniach wysyła żądanie parowania do deCONZ i wypełnia klucz",
|
|
81
|
-
"uk": "Автоматичне сполучення API-ключа: кнопка в налаштуваннях надсилає запит на сполучення до deCONZ і заповнює ключ",
|
|
82
|
-
"zh-cn": "自动API密钥配对:设置中的按钮向deCONZ发送配对请求并自动填写密钥"
|
|
83
|
-
},
|
|
84
|
-
"0.2.2": {
|
|
85
|
-
"en": "Fix tab labels (Lights/Groups), add static descriptions, improve UX with alive-check and sendTo timeout",
|
|
86
|
-
"de": "Tab-Bezeichnungen korrigiert (Leuchten/Gruppen), statische Beschreibungen ergänzt, UX verbessert mit Alive-Prüfung und sendTo-Timeout",
|
|
87
|
-
"ru": "Исправлены названия вкладок, добавлены описания, улучшен UX с проверкой alive и таймаутом sendTo",
|
|
88
|
-
"pt": "Corrigidas etiquetas de separadores, adicionadas descrições estáticas, UX melhorado com verificação alive e timeout sendTo",
|
|
89
|
-
"nl": "Tablabels gecorrigeerd, statische beschrijvingen toegevoegd, UX verbeterd met alive-check en sendTo-timeout",
|
|
90
|
-
"fr": "Libellés d'onglets corrigés, descriptions statiques ajoutées, UX amélioré avec vérification alive et délai sendTo",
|
|
91
|
-
"it": "Corrette etichette delle schede, aggiunte descrizioni statiche, UX migliorato con controllo alive e timeout sendTo",
|
|
92
|
-
"es": "Corregidas etiquetas de pestañas, añadidas descripciones estáticas, UX mejorado con comprobación alive y timeout sendTo",
|
|
93
|
-
"pl": "Poprawiono etykiety zakładek, dodano opisy statyczne, poprawiono UX z kontrolą alive i limitem czasu sendTo",
|
|
94
|
-
"uk": "Виправлено підписи вкладок, додано статичні описи, покращено UX з перевіркою alive та таймаутом sendTo",
|
|
95
|
-
"zh-cn": "修正选项卡标签,添加静态描述,通过alive检查和sendTo超时改进用户体验"
|
|
96
|
-
},
|
|
97
|
-
"0.2.1": {
|
|
98
|
-
"en": "Fix: panels were empty because window.React is not a global in admin 7",
|
|
99
|
-
"de": "Bugfix: Panels waren leer, weil window.React in Admin 7 kein Global ist",
|
|
100
|
-
"ru": "Исправление: панели были пустыми, так как window.React не является глобальным в admin 7",
|
|
101
|
-
"pt": "Correção: os painéis estavam vazios porque window.React não é global no admin 7",
|
|
102
|
-
"nl": "Bugfix: panels waren leeg omdat window.React geen global is in admin 7",
|
|
103
|
-
"fr": "Correctif: les panneaux étaient vides car window.React n'est pas un global dans admin 7",
|
|
104
|
-
"it": "Correzione: i pannelli erano vuoti perché window.React non è un global in admin 7",
|
|
105
|
-
"es": "Corrección: los paneles estaban vacíos porque window.React no es un global en admin 7",
|
|
106
|
-
"pl": "Poprawka: panele były puste, ponieważ window.React nie jest globalnym w admin 7",
|
|
107
|
-
"uk": "Виправлення: панелі були порожніми, оскільки window.React не є глобальним в admin 7",
|
|
108
|
-
"zh-cn": "修复:面板为空,因为window.React在admin 7中不是全局变量"
|
|
109
|
-
},
|
|
110
|
-
"0.2.0": {
|
|
111
|
-
"en": "Admin UI: lights and groups tabs in adapter settings; group management (create, edit, delete); Node.js >= 22 required",
|
|
112
|
-
"de": "Admin-UI: Lampen- und Gruppen-Tabs in den Adaptereinstellungen; Gruppenverwaltung (erstellen, bearbeiten, löschen); Node.js >= 22 erforderlich",
|
|
113
|
-
"ru": "Admin UI: вкладки светильников и групп в настройках адаптера; управление группами (создание, редактирование, удаление); требуется Node.js >= 22",
|
|
114
|
-
"pt": "Admin UI: abas de luzes e grupos nas configurações do adaptador; gestão de grupos (criar, editar, eliminar); necessário Node.js >= 22",
|
|
115
|
-
"nl": "Admin UI: lampen- en groepentabbladen in adapterinstellingen; groepsbeheer (maken, bewerken, verwijderen); Node.js >= 22 vereist",
|
|
116
|
-
"fr": "Admin UI: onglets lampes et groupes dans les paramètres de l'adaptateur; gestion des groupes (créer, modifier, supprimer); Node.js >= 22 requis",
|
|
117
|
-
"it": "Admin UI: schede luci e gruppi nelle impostazioni dell'adattatore; gestione gruppi (creare, modificare, eliminare); Node.js >= 22 richiesto",
|
|
118
|
-
"es": "Admin UI: pestañas de luces y grupos en la configuración del adaptador; gestión de grupos (crear, editar, eliminar); Node.js >= 22 requerido",
|
|
119
|
-
"pl": "Admin UI: zakładki świateł i grup w ustawieniach adaptera; zarządzanie grupami (tworzenie, edycja, usuwanie); wymagany Node.js >= 22",
|
|
120
|
-
"uk": "Admin UI: вкладки ламп та груп у налаштуваннях адаптера; керування групами (створення, редагування, видалення); потрібен Node.js >= 22",
|
|
121
|
-
"zh-cn": "管理界面:适配器设置中的灯具和群组选项卡;群组管理(创建、编辑、删除);需要Node.js >= 22"
|
|
122
|
-
},
|
|
123
|
-
"0.1.0": {
|
|
124
|
-
"en": "Initial release: lights, groups, scenes, Tint remote with color wheel",
|
|
125
|
-
"de": "Erstveröffentlichung: Lampen, Gruppen, Szenen, Tint-Fernbedienung mit Farbrad",
|
|
126
|
-
"ru": "Первый выпуск: лампы, группы, сцены, пульт Tint с цветовым колесом",
|
|
127
|
-
"pt": "Lançamento inicial: luzes, grupos, cenas, controlo remoto Tint com roda de cores",
|
|
128
|
-
"nl": "Eerste versie: lampen, groepen, scènes, Tint-afstandsbediening met kleurenwiel",
|
|
129
|
-
"fr": "Version initiale: lampes, groupes, scènes, télécommande Tint avec roue chromatique",
|
|
130
|
-
"it": "Versione iniziale: luci, gruppi, scene, telecomando Tint con ruota dei colori",
|
|
131
|
-
"es": "Versión inicial: luces, grupos, escenas, mando a distancia Tint con rueda de colores",
|
|
132
|
-
"pl": "Pierwsza wersja: światła, grupy, sceny, pilot Tint z kołem kolorów",
|
|
133
|
-
"uk": "Перший випуск: лампи, групи, сцени, пульт Tint із колесом кольорів",
|
|
134
|
-
"zh-cn": "初始版本:灯具、群组、场景、带色轮的Tint遥控器"
|
|
135
57
|
}
|
|
136
58
|
},
|
|
137
59
|
"titleLang": {
|
|
@@ -198,7 +120,7 @@
|
|
|
198
120
|
],
|
|
199
121
|
"globalDependencies": [
|
|
200
122
|
{
|
|
201
|
-
"admin": ">=7.
|
|
123
|
+
"admin": ">=7.6.20"
|
|
202
124
|
}
|
|
203
125
|
]
|
|
204
126
|
},
|
package/main.js
CHANGED
|
@@ -1312,7 +1312,7 @@ class Tint extends utils.Adapter {
|
|
|
1312
1312
|
this.log.debug(
|
|
1313
1313
|
`Pairing: window not yet open — retrying in ${POLL_MS / 1000}s ` + `(${remaining}s remaining)`,
|
|
1314
1314
|
);
|
|
1315
|
-
setTimeout(tryPair, POLL_MS);
|
|
1315
|
+
this.setTimeout(tryPair, POLL_MS);
|
|
1316
1316
|
} catch (err) {
|
|
1317
1317
|
this.log.error(`Pairing failed on attempt #${attempt}: ${err.message}`);
|
|
1318
1318
|
respond({ error: err.message });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.tint",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Müller Licht Tint Steuerung via deCONZ/ConBee",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "ssbingo",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"homepage": "https://github.com/ssbingo/ioBroker.tint",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"keywords": [
|
|
13
|
+
"ioBroker",
|
|
13
14
|
"MüllerLicht",
|
|
14
15
|
"Tint",
|
|
15
16
|
"Zigbee",
|
|
@@ -27,7 +28,7 @@
|
|
|
27
28
|
"dependencies": {
|
|
28
29
|
"@iobroker/adapter-core": "^3.4.1",
|
|
29
30
|
"axios": "^1.7.7",
|
|
30
|
-
"ws": "^8.
|
|
31
|
+
"ws": "^8.21.0"
|
|
31
32
|
},
|
|
32
33
|
"devDependencies": {
|
|
33
34
|
"@alcalzone/release-script": "^5.2.1",
|
|
@@ -41,7 +42,7 @@
|
|
|
41
42
|
"@iobroker/testing": "^5.2.2",
|
|
42
43
|
"@module-federation/vite": "^1.16.8",
|
|
43
44
|
"@mui/material": "^6.5.0",
|
|
44
|
-
"@tsconfig/
|
|
45
|
+
"@tsconfig/node22": "^22.0.5",
|
|
45
46
|
"@types/iobroker": "npm:@iobroker/types@^7.2.1",
|
|
46
47
|
"@types/node": "^20.19.43",
|
|
47
48
|
"@types/react": "^18.3.31",
|