Skip to content

Commit

Permalink
chore: release v2.1.2
Browse files Browse the repository at this point in the history
* (Garfonso) transmit all GPIO changes to iobroker states.
  • Loading branch information
Garfonso committed Oct 13, 2024
1 parent a7ef522 commit d2a227f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older Changes
## 1.3.2 (2022-02-17)
* Important: This version requires at leas js-controller 3.3
* (Apollon77) Stop the adapter when GPIO module is configured but not working due to a needed rebuild that js-controller can pick up

## 1.3.1 (2021-07-16)
* (Apollon77) Prevent js-controller 3.3 warnings

Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ 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.1.2 (2024-10-13)
* (Garfonso) transmit all GPIO changes to iobroker states.

### 2.1.1 (2024-10-13)
Expand All @@ -181,10 +181,6 @@ Connect such a sensor to a GPIO pin as described on the [node-dht-sensor](https:
* (Garfonso) get rid of old sync-exec.
* (Garfonso) Get development stuff up to date...

### 1.3.2 (2022-02-17)
* Important: This version requires at leas js-controller 3.3
* (Apollon77) Stop the adapter when GPIO module is configured but not working due to a needed rebuild that js-controller can pick up

## License
MIT License

Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "rpi2",
"version": "2.1.1",
"version": "2.1.2",
"news": {
"2.1.2": {
"en": "transmit all GPIO changes to iobroker states.",
"de": "alle GPIO-Änderungen an iobroker States übertragen.",
"ru": "передавать все изменения GPIO в состояния iobroker.",
"pt": "transmitir todas as mudanças GPIO para estados iobroker.",
"nl": "alle GPIO-wijzigingen doorgeven aan iobroker-toestanden.",
"fr": "transmettre tous les changements GPIO aux états iobroker.",
"it": "trasmettere tutti i cambiamenti GPIO agli stati iobroker.",
"es": "transmitir todos los cambios de GPIO a los estados de iobroker.",
"pl": "przesyłać wszystkie zmiany GPIO do stanów iobrokerów.",
"uk": "передача всіх змін GPIO в іоброкерські стани.",
"zh-cn": "将所有 GPIO 更改传送到 iobroster 状态 ."
},
"2.1.1": {
"en": "fix gpio undefined errors.",
"de": "gpio undefinierte fehler beheben.",
Expand Down Expand Up @@ -78,18 +91,6 @@
"es": "advertencias de js-controller 3.3 prevenidas",
"pl": "js-controller 3.3 zablokowano ostrzeżenia",
"zh-cn": "js-controller 3.3 警告被阻止"
},
"1.3.0": {
"en": "Add support for DHTxx/AM23xx Sensors, Configure internal Pull UP/Down Resistor, Optimizations and fixes",
"de": "Unterstützung für DHTxx/AM23xx-Sensoren hinzufügen, internen Pull-Up/Down-Widerstand konfigurieren, Optimierungen und Korrekturen",
"ru": "Добавление поддержки датчиков DHTxx / AM23xx, настройка внутреннего резистора Pull Up / Down, оптимизации и исправления",
"pt": "Adicionar suporte para sensores DHTxx / AM23xx, configurar resistor interno pull UP / Down, otimizações e correções",
"nl": "Ondersteuning toevoegen voor DHTxx/AM23xx-sensoren, interne pull UP/Down-weerstand configureren, optimalisaties en fixes",
"fr": "Ajout de la prise en charge des capteurs DHTxx/AM23xx, configuration de la résistance interne Pull UP/Down, optimisations et correctifs",
"it": "Aggiungi il supporto per i sensori DHTxx/AM23xx, configura la resistenza interna di pull UP/Down, ottimizzazioni e correzioni",
"es": "Agregue soporte para sensores DHTxx / AM23xx, configure la resistencia interna Pull UP / Down, optimizaciones y correcciones",
"pl": "Dodaj wsparcie dla czujników DHTxx/AM23xx, skonfiguruj wewnętrzny rezystor pull up/down, optymalizacje i poprawki",
"zh-cn": "添加对 DHTxx/AM23xx 传感器的支持、配置内部上拉/下拉电阻、优化和修复"
}
},
"title": "RPI-Monitor",
Expand Down
4 changes: 2 additions & 2 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.1.1",
"version": "2.1.2",
"description": "RPI-Monitor for ioBroker Installations",
"author": {
"name": "husky-koglhof",
Expand Down

0 comments on commit d2a227f

Please sign in to comment.