iobroker.zeptrion 0.8.2 → 0.8.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 CHANGED
@@ -11,8 +11,7 @@ Adapter für Feller **zeptrion / zApp** WLAN-Aktoren (WLAN-Nebenstelle 4K = zApp
11
11
  WLAN-Zwischenmodul 2K = zApp-Booster) für Licht- und Storensteuerung, basierend auf der
12
12
  zrap Webservice API (Feller-Dokument 10.ZEPAPI-E.1612 / Version 1.0, Firmware ab 01.08.18).
13
13
 
14
- > Vor der Store-Veröffentlichung muss noch die Autor-E-Mail-Adresse
15
- > in `package.json` eingetragen werden (Platzhalter CHANGE_ME@example.com).
14
+
16
15
 
17
16
  ## Funktionsumfang
18
17
 
@@ -188,23 +187,6 @@ npm run lint
188
187
  npm test # Package-Konsistenz + Unit-Tests
189
188
  npm run test:integration # startet echten js-controller (dauert länger)
190
189
  ```
191
-
192
- ## Veröffentlichung im ioBroker Adapter-Store
193
-
194
- Kurzer Fahrplan (Details: https://github.com/ioBroker/ioBroker.docs/blob/master/docs/de/dev/adaptercreation.md):
195
-
196
- 1. Autor-E-Mail (`CHANGE_ME@example.com`) in `package.json` eintragen.
197
- 2. Eigenes öffentliches GitHub-Repository `ioBroker.zeptrion` anlegen, Code pushen.
198
- 3. `npx @iobroker/adapter-checker` (bzw. https://adapter-check.iobroker.in/) gegen das
199
- Repository laufen lassen und alle Fehler/Warnungen bereinigen.
200
- 4. Ersten Release-Tag setzen (`v0.1.0`), CI-Workflow veröffentlicht bei Bedarf automatisch
201
- auf npm (Secret `NPM_TOKEN` in den Repo-Settings hinterlegen) oder manuell `npm publish`.
202
- 5. Pull Request gegen `ioBroker/ioBroker.repositories` (`sources-dist.json`, Eintrag unter
203
- `latest`) erstellen.
204
- 6. Nach Review/Merge erscheint der Adapter im Adapter-Store; nach ausreichender Stabilität
205
- und positiven Bewertungen kann später ein Antrag auf Aufnahme in den `stable`-Zweig
206
- gestellt werden.
207
-
208
190
  ## Changelog
209
191
 
210
192
  ### 0.7.0 (2026-07-10)
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "zeptrion",
4
- "version": "0.8.2",
4
+ "version": "0.8.3",
5
5
  "news": {
6
+ "0.8.3": {
7
+ "en": "CI workflow activated (lint + tests on every push/PR via GitHub Actions), removed redundant duplicate icon file at repo root (only admin/zeptrion.png is used), cleaned up outdated publish instructions in README",
8
+ "de": "CI-Workflow aktiviert (Lint + Tests bei jedem Push/PR via GitHub Actions), redundante doppelte Icon-Datei im Repo-Root entfernt (nur admin/zeptrion.png wird verwendet), veraltete Publish-Anleitung im README bereinigt",
9
+ "ru": "Активирован CI-воркфлоу (линтинг + тесты при каждом push/PR через GitHub Actions), удалён избыточный дублирующий файл значка в корне репозитория (используется только admin/zeptrion.png), очищены устаревшие инструкции по публикации в README",
10
+ "pt": "Fluxo de trabalho CI ativado (lint + testes em cada push/PR via GitHub Actions), removido o ficheiro de ícone duplicado redundante na raiz do repositório (apenas admin/zeptrion.png é usado), limpas as instruções de publicação desatualizadas no README",
11
+ "nl": "CI-workflow geactiveerd (lint + tests bij elke push/PR via GitHub Actions), overbodig dubbel icoonbestand in de repo-root verwijderd (alleen admin/zeptrion.png wordt gebruikt), verouderde publicatie-instructies in de README opgeschoond",
12
+ "fr": "Workflow CI activé (lint + tests à chaque push/PR via GitHub Actions), suppression du fichier icône dupliqué redondant à la racine du dépôt (seul admin/zeptrion.png est utilisé), nettoyage des instructions de publication obsolètes dans le README",
13
+ "it": "Workflow CI attivato (lint + test a ogni push/PR tramite GitHub Actions), rimosso il file icona duplicato ridondante nella root del repository (viene usato solo admin/zeptrion.png), ripulite le istruzioni di pubblicazione obsolete nel README",
14
+ "es": "Flujo de trabajo CI activado (lint + pruebas en cada push/PR mediante GitHub Actions), eliminado el archivo de icono duplicado redundante en la raíz del repositorio (solo se usa admin/zeptrion.png), limpiadas las instrucciones de publicación obsoletas en el README",
15
+ "pl": "Aktywowano workflow CI (lint + testy przy każdym push/PR przez GitHub Actions), usunięto zbędny zduplikowany plik ikony w katalogu głównym repozytorium (używany jest tylko admin/zeptrion.png), wyczyszczono nieaktualne instrukcje publikacji w README",
16
+ "uk": "Активовано CI-воркфлоу (лінтинг + тести під час кожного push/PR через GitHub Actions), видалено надлишковий дубльований файл значка в корені репозиторію (використовується лише admin/zeptrion.png), очищено застарілі інструкції з публікації в README",
17
+ "zh-cn": "启用CI工作流(每次push/PR通过GitHub Actions执行lint和测试),删除仓库根目录下冗余的重复图标文件(仅使用admin/zeptrion.png),清理README中过时的发布说明"
18
+ },
6
19
  "0.8.2": {
7
20
  "en": "Per-channel motor travel time override (new 'Travel/ch (s)' column and CSV column): 2K/4K devices where individual channels have different shutter travel times can now be configured correctly - previously only one travel time applied to all channels of a device",
8
21
  "de": "Motor-Laufzeit jetzt auch pro Kanal einstellbar (neue Spalte 'Laufzeit/Kanal (s)' und CSV-Spalte): 2K/4K-Geräte, bei denen einzelne Kanäle unterschiedliche Storen-Laufzeiten haben, lassen sich jetzt korrekt konfigurieren - bisher galt nur eine Laufzeit für alle Kanäle eines Geräts",
@@ -67,19 +80,6 @@
67
80
  "pl": "Automatyczne ID na podstawie hosta, przycisk testu urządzenia (osiągalność + weryfikacja zeptrion + sprawdzenie liczby kanałów), nazwy obiektów kanałów pobierane z urządzenia (chdes), nowa ikona, ikony urządzeń",
68
81
  "uk": "Автоматичний ID на основі хоста, кнопка тестування пристрою (доступність + перевірка zeptrion + перевірка кількості каналів), назви об'єктів каналів з пристрою (chdes), новий значок, значки пристроїв",
69
82
  "zh-cn": "根据主机自动生成ID,新增设备测试按钮(可达性检测+zeptrion校验+通道数校验),通道对象名称取自设备本身(chdes),新图标,设备图标"
70
- },
71
- "0.5.1": {
72
- "en": "CRITICAL FIX: XML parser skipped payload due to XML declaration key - all GET values (chscan/id/net/chdes/chnotify) stayed null in 0.5.0",
73
- "de": "KRITISCHER FIX: XML-Parser übersprang die Nutzdaten wegen des XML-Deklarations-Keys - alle GET-Werte (chscan/id/net/chdes/chnotify) blieben in 0.5.0 null",
74
- "ru": "КРИТИЧЕСКОЕ ИСПРАВЛЕНИЕ: XML-парсер пропускал полезную нагрузку из-за ключа объявления XML - все значения GET (chscan/id/net/chdes/chnotify) оставались null в версии 0.5.0",
75
- "pt": "CORREÇÃO CRÍTICA: o analisador XML ignorava os dados úteis devido à chave de declaração XML - todos os valores GET (chscan/id/net/chdes/chnotify) permaneciam null na 0.5.0",
76
- "nl": "KRITIEKE FIX: de XML-parser sloeg de payload over vanwege de XML-declaratiesleutel - alle GET-waarden (chscan/id/net/chdes/chnotify) bleven null in 0.5.0",
77
- "fr": "CORRECTION CRITIQUE : l'analyseur XML ignorait les données utiles à cause de la clé de déclaration XML - toutes les valeurs GET (chscan/id/net/chdes/chnotify) restaient nulles dans la 0.5.0",
78
- "it": "CORREZIONE CRITICA: il parser XML saltava il payload a causa della chiave di dichiarazione XML - tutti i valori GET (chscan/id/net/chdes/chnotify) restavano null nella 0.5.0",
79
- "es": "CORRECCIÓN CRÍTICA: el analizador XML omitía la carga útil debido a la clave de declaración XML - todos los valores GET (chscan/id/net/chdes/chnotify) permanecían en null en la 0.5.0",
80
- "pl": "KRYTYCZNA POPRAWKA: parser XML pomijał dane z powodu klucza deklaracji XML - wszystkie wartości GET (chscan/id/net/chdes/chnotify) pozostawały null w wersji 0.5.0",
81
- "uk": "КРИТИЧНЕ ВИПРАВЛЕННЯ: XML-парсер пропускав корисне навантаження через ключ оголошення XML - усі значення GET (chscan/id/net/chdes/chnotify) залишалися null у версії 0.5.0",
82
- "zh-cn": "重大修复:由于XML声明键的问题,XML解析器会跳过实际数据——0.5.0版本中所有GET数值(chscan/id/net/chdes/chnotify)始终为null"
83
83
  }
84
84
  },
85
85
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.zeptrion",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "ioBroker Adapter für Feller zeptrion / zApp WLAN-Aktoren (WLAN-Nebenstelle 4K, WLAN-Zwischenmodul 2K) über die zrap Webservice API - inkl. Sammelbefehlen für Hagelalarm und mDNS-Discovery",
5
5
  "author": {
6
6
  "name": "Stefan",
@@ -32,8 +32,7 @@
32
32
  "admin/",
33
33
  "main.js",
34
34
  "io-package.json",
35
- "LICENSE",
36
- "zeptrion.png"
35
+ "LICENSE"
37
36
  ],
38
37
  "engines": {
39
38
  "node": ">=18"
package/zeptrion.png DELETED
Binary file