Skip to content

Commit

Permalink
chore: release v2.1.1
Browse files Browse the repository at this point in the history
-   (o0shojo0o) advanced detection if a device has been removed
-   (o0shojo0o) fixes the design error in the websocket connection
  • Loading branch information
o0shojo0o committed Oct 16, 2022
1 parent 343ad16 commit 7bb2ade
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.1.1 (2022-10-16)

- (o0shojo0o) advanced detection if a device has been removed
- (o0shojo0o) fixes the design error in the websocket connection
- (o0shojo0o) fixes the design error in the websocket connection

### 2.1.0 (2022-10-14)

- (o0shojo0o) added option for color temperature sync with color
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "zigbee2mqtt",
"version": "2.1.0",
"version": "2.1.1",
"news": {
"2.1.1": {
"en": "advanced detection if a device has been removed\nfixes the design error in the websocket connection",
"de": "fortgeschrittene erkennung, wenn ein gerät entfernt wurde\nkorrigiert den designfehler in der websocket-verbindung",
"ru": "предварительное обнаружение, если устройство было удалено\nисправляет ошибку дизайна в подключении к сети",
"pt": "detecção avançada se um dispositivo foi removido\ncorrige o erro de projeto na conexão websocket",
"nl": "als er een apparaat verwijderd is\nde ontwerpfout in de websocket verbinding",
"fr": "détection avancée si un dispositif a été enlevé\ncorrige l'erreur de conception dans la connexion websocket",
"it": "rilevamento avanzato se un dispositivo è stato rimosso\ncorregge l'errore di progettazione nella connessione websocket",
"es": "detección avanzada si se ha eliminado un dispositivo\nfija el error de diseño en la conexión websocket",
"pl": "wykrywanie zaawansowane, jeśli urządzenie zostało usunięte\numożliwia to błędy projektowe w łączu internetowym",
"uk": "розширене виявлення, якщо пристрій було видалено\nвиправлено помилку дизайну в підключенні websocket",
"zh-cn": "如果一个装置被拆除,则预先发现\nf 确定网站的设计错误"
},
"2.1.0": {
"en": "added option for color temperature sync with color\nfix logfilter and debugDevices\nlots of bugfixes\nnow set the correct min/max at color temp\nbetter error handling for the connections",
"de": "zusatzoption für farbtemperatur-sync mit farbe\nlogfilter und DebugDevices fixieren\nviele bugfixes\njetzt die richtige min/max in der farbe tempo einstellen\nbessere fehlerbehandlung für die verbindungen",
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.zigbee2mqtt",
"version": "2.1.0",
"version": "2.1.1",
"description": "Zigbee2MQTT adapter for ioBroker",
"author": {
"name": "Dennis Rathjen",
Expand Down

0 comments on commit 7bb2ade

Please sign in to comment.