Skip to content

Commit

Permalink
chore: release v1.8.26
Browse files Browse the repository at this point in the history
* (arteck) corr toZigbee message
* (arteck) add deviceManager
  • Loading branch information
arteck committed Dec 22, 2023
1 parent 9952b93 commit 7586a77
Show file tree
Hide file tree
Showing 6 changed files with 509 additions and 6,391 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,17 @@ You can thank the authors by these links:
-----------------------------------------------------------------------------------------------------

## Changelog
### 1.8.26 (2023-12-22)
* (arteck) corr toZigbee message
* (arteck) add deviceManager

### 1.8.25 (2023-12-17)
* zhc 16.x
* (arteck) corr group from exclude dialog

### 1.8.24 (2023-09-05)
* (arteck) switch to exposes tab for some Aqara Devices [more infos](https://github.com/ioBroker/ioBroker.zigbee/wiki/Exposes-for-device-integration)


### 1.8.23 (2023-08-10)
* (arteck) query from xiaomi is now better

Expand All @@ -167,7 +170,6 @@ You can thank the authors by these links:
### 1.8.16 (2023-07-11)
* (arteck) battery corr

## Changelog
### 1.8.15 (2023-07-11)
* (arteck) corr battery status

Expand Down
31 changes: 17 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "zigbee",
"version": "1.8.25",
"version": "1.8.26",
"news": {
"1.8.26": {
"en": "corr toZigbee message\nadd deviceManager",
"de": "corr toZigbee Nachricht\nadd-Gerät Manager",
"ru": "corr toZigbee сообщение\nдобавить устройство менеджер",
"pt": "mensagem de corrija\nadicionar dispositivo Gerente",
"nl": "vertaling:\nvoeg Manager",
"fr": "corr toZigbee message\najouter le dispositif Manager",
"it": "corr aZigbee messaggio\naggiungere dispositivo Manager",
"es": "corr toZigbee message\nañadir dispositivo Manager",
"pl": "kor toZigbee message\ndodać manager",
"uk": "corr toZigbee повідомлення\nдодати пристрій Менеджер",
"zh-cn": "\n增加装置 管理人员"
},
"1.8.25": {
"en": "zhc 16.x \ncorr group from exclude dialog",
"de": "zhc 16.x\nkorr gruppe aus ausschluss dialog",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "dodać",
"uk": "увійти",
"zh-cn": "增 编"
},
"1.8.19": {
"en": "fix occupancy_timeout\nfix battery percentage and voltage",
"de": "fix occupation_timeout\nbatterieanteil und spannung fixieren",
"ru": "исправить occupancy_timeout\nисправить процент батареи и напряжение",
"pt": "corrigir ocupação_timeout\ncorrigir a porcentagem da bateria e a tensão",
"nl": "vertaling:\nvertaling:",
"fr": "fix occupancy_timeout\nfixer le pourcentage de la batterie et la tension",
"it": "fix occupazione_timeout\ncorreggere la percentuale della batteria e la tensione",
"es": "arreglar ocupación_timeout\nfijar porcentaje de batería y tensión",
"pl": "naprawa occupancy_time\nodsetek baterii i napięcia",
"uk": "фіксувати occupancy_timeout\nфіксувати відсоток акумулятора і напруга",
"zh-cn": "fix 占用:时间假\nfix 电池百分比和火山"
}
},
"titleLang": {
Expand Down Expand Up @@ -145,6 +145,9 @@
"loglevel": "info",
"type": "hardware",
"materialize": true,
"supportedMessages": {
"deviceManager": true
},
"messagebox": true,
"stopBeforeUpdate": true,
"dataFolder": "zigbee_%INSTANCE%",
Expand Down
Loading

0 comments on commit 7586a77

Please sign in to comment.