Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.8
Browse files Browse the repository at this point in the history
* (Garfonso) add support for Raspberry 5.
* (Garfonso) on startup set GPIO outputs from ioBroker states.
* (Garfonso) bring back initial read in gpio inputs and our own debounce timers
* (Garfonso) switch to opengpio library.
* (Grothesk242) fixed: reading network and filesystem statistics.
  • Loading branch information
Garfonso committed Jun 14, 2024
1 parent fd1811c commit b8a9389
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 34 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ Connect such a sensor to a GPIO pin as described on the [node-dht-sensor](https:
PLACEHOLDER for the next version:
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.0.0-alpha.8 (2024-06-14)
* (Garfonso) add support for Raspberry 5.
* (Garfonso) on startup set GPIO outputs from ioBroker states.
* (Garfonso) bring back initial read in gpio inputs and our own debounce timers
* (Garfonso) switch to opengpio library.
* (Grothesk242) fixed: reading network and filesystem statistics.
* (Grothesk242) fixed: reading network and filesystem statistics.

### 2.0.0-alpha.7 (2024-06-02)
* (Garfonso) move parsers from io-package.json to separate file.
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "rpi2",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"news": {
"2.0.0-alpha.8": {
"en": "add support for Raspberry 5.\non startup set GPIO outputs from ioBroker states.\nbring back initial read in gpio inputs and our own debounce timers\nswitch to opengpio library.\nfixed: reading network and filesystem statistics.",
"de": "unterstützung für Raspberry 5.\nBeim Start GPIO Ausgänge aus ioBroker States setzen.\ngpio-inputs und unseren eigenen debounce-timern wieder verwenden\nauf opengpio bibliothek gewechselt.\nrepariert: netzwerk- und dateisystemstatistik lesen.",
"ru": "добавьте поддержку Raspberry 5.\nна стартовый набор GPIO выходов из государств ioBroker.\nвозвратить первоначальное чтение в входе gpio и наши собственные таймеры\nпереключиться на библиотеку opengpio.\nфиксированная: чтение сети и статистики файловой системы.",
"pt": "adicionar suporte para framboesa 5.\nna inicialização conjunto GPIO saídas de estados ioBroker.\ntrazer de volta a leitura inicial em entradas de gpio e nossos próprios temporizadores de debounce\nmudar para biblioteca opengpio.\ncorrigido: ler estatísticas de rede e sistema de arquivos.",
"nl": "voeg steun voor Raspberry 5.\nop opstarten set GPIO uitgangen uit ioBroker staten.\nterug te brengen eerste lezing in gpio ingangen en onze eigen debounce timers\nschakel over naar de opengpio bibliotheek.\nvaste: het lezen van netwerk- en bestandssysteemstatistieken.",
"fr": "ajouter le support pour la framboise 5.\nsur startup set GPIO sorties des états ioBroker.\nramener la lecture initiale dans les entrées de gpio et nos propres minuteurs de débonflage\npasser à la bibliothèque opengpio.\nfixe: lecture des statistiques du réseau et du système de fichiers.",
"it": "aggiungere supporto per lampone 5.\nsul set di avvio uscite GPIO da stati ioBroker.\nriportare la lettura iniziale in input gpio e i nostri timer debounce\npassare alla libreria opengpio.\nfisso: lettura della rete e statistica del filesystem.",
"es": "añadir soporte para Raspberry 5.\non startup set GPIO outputs from ioBroker states.\ntraer de vuelta la lectura inicial en entradas de gpio y nuestros propios temporizadores de debounce\ncambiar a la biblioteca de opengpio.\nfijo: lectura de redes y estadísticas del sistema de archivos.",
"pl": "dodaj wsparcie dla Malina 5.\nna startup set GPIO wyjść ze stanów joBroker.\nprzywrócić początkowy odczyt z wejść gpio i naszych własnych timerów debuuncji\nprzełącz na bibliotekę opengpio.\nstałe: czytanie statystyk sieci i systemu plików.",
"uk": "додати підтримку для Raspberry 5.\nна автозапускі GPIO виходи з ioBroker штатів.\nвивести початковий зчитування в gpio вводах і власних дебатів\nперейти до бібліотеки opengpio.\nвиправлено: статистика читання мережі та файлової системи.",
"zh-cn": "添加支持 Raspberry 5.\n从ioBroker状态的GPIO输出.\n带回初始读取的gpio输入和我们自己的解跳计时器\n切换到 opengpio 库.\n固定:读取网络和文件系统统计."
},
"2.0.0-alpha.7": {
"en": "move parsers from io-package.json to separate file.",
"de": "verschieben parser von io-package.json in eine eigene Datei.",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "pozbądź się starego sync- exec.",
"uk": "позбутися від старої синхронізації-ексека.",
"zh-cn": "摆脱旧的同步执行."
},
"2.0.0-alpha.1": {
"en": "Fix stuff.",
"de": "Repariere Sachen.",
"ru": "Исправление.",
"pt": "Corrigir coisas.",
"nl": "Dingen repareren.",
"fr": "Réparer des trucs.",
"it": "Risolvi le cose.",
"es": "Arregla cosas.",
"pl": "Napraw rzeczy.",
"uk": "Фіксувати речі.",
"zh-cn": "修补东西."
}
},
"title": "RPI-Monitor",
Expand Down
63 changes: 46 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.rpi2",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "RPI-Monitor for ioBroker Installations",
"author": {
"name": "husky-koglhof",
Expand Down

0 comments on commit b8a9389

Please sign in to comment.