Skip to content

Commit

Permalink
chore: release v0.4.1
Browse files Browse the repository at this point in the history
FIX: Statusupdate `ALA` and `VLV` after alarm clearing (`CLRALA` command)
  • Loading branch information
smarthausleben committed Aug 8, 2023
1 parent c67ac70 commit 998f0d2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Older changes

## 0.2.11 (2022-09-19)
* (smarthausleben) Release 0.2.11

## 0.2.10 (2022-09-19)
* (smarthausleben) state types changed UNI, PSD, CSD, TSD, T2
* (smarthausleben) states changable UNI, PSD, CSD, TSD, T2
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If you find this adapter useful and you want to support this project, your kindn
* ======================================================================== (max broad of READMR.md page )
-->

### **WORK IN PROGRESS**
### 0.4.1 (2023-08-08)
* (smarthausleben) FIX: Statusupdate `ALA` and `VLV` after alarm clearing (`CLRALA` command)

### 0.4.0 (2023-07-26)
Expand All @@ -68,9 +68,6 @@ If you find this adapter useful and you want to support this project, your kindn
### 0.2.12 (2022-09-20)
* (smarthausleben) Release 0.2.12

### 0.2.11 (2022-09-19)
* (smarthausleben) Release 0.2.11

## License
The MIT License (MIT)

Expand Down
17 changes: 15 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "wamo",
"version": "0.4.0",
"version": "0.4.1",
"news": {
"0.4.1": {
"en": "FIX: Statusupdate `ALA` and `VLV` after alarm clearing (`CLRALA` command)",
"de": "FIX: Statusupdate ALA und VLV nach Alarmauslösung (CLRALA Befehl)",
"ru": "FIX: Statusupdate ALA и VLV после очистки сигнала тревоги (команда CLRALA)",
"pt": "FIX: Statusupdate ALA e VLV após a compensação de alarme (comando CLRALA)",
"nl": "Statusupdate ALA en VLV na alarmopruiming",
"fr": "FIX: ALA de statut et VLV après l'alarme (commande CLRALA)",
"it": "FIX: Statusupdate ALA e VLV dopo la rimozione dell'allarme (controllo CLRALA)",
"es": "FIX: Statusupdate ALA y VLV después del despejado de alarma (clase LRALA)",
"pl": "FIX: Statusupdate ALA i VLV po ogłoszeniu alarmu (CLRALA Command)",
"uk": "FIX: Статусupdate ALA та VLV після очищення сигналів (керівник CLRALA)",
"zh-cn": "FIX:在警报交换(CLRALA指挥)之后,国际法协会和VLV的现况"
},
"0.4.0": {
"en": "ADD:\nSince there are important things to consider before you update, which can be squeezed into this section here, `please read the release related information section \"0.4.0 (SafeFloor Connect pre release)\"` in the [Wiki](https://github.com/smarthausleben/ioBroker.wamo/wiki/Importent-release-related-information) carefully.",
"de": "ADD:\nDa es wichtige Dinge gibt, die vor dem Update zu beachten sind, die hier in diesen Abschnitt gepresst werden können, lesen Sie bitte den Release-bezogenen Informationsabschnitt \"0.4.0 (SafeFloor Connect pre release\") in der [Wiki](https://github.com/smarthausleben/ioBroker.wamo/wiki/Importent-release- related-information) sorgfältig.",
Expand Down Expand Up @@ -324,4 +337,4 @@
"native": {}
}
]
}
}
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.wamo",
"version": "0.4.0",
"version": "0.4.1",
"description": "wamo",
"author": "smarthausleben <info@smarthausleben.de>",
"homepage": "https://github.com/smarthausleben/ioBroker.wamo",
Expand Down

0 comments on commit 998f0d2

Please sign in to comment.