Skip to content

Commit

Permalink
chore: release v1.23.3
Browse files Browse the repository at this point in the history
* (bluefox) Ignored status 400 by token request
  • Loading branch information
GermanBluefox committed May 27, 2024
1 parent 2639caf commit b30cc3d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ https://github.com/ioBroker/AdapterRequests/issues/62
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.23.3 (2024-05-27)
* (bluefox) Ignored status 400 by token request

### 1.23.2 (2024-05-24)
Expand Down
34 changes: 20 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "hmip",
"version": "1.23.2",
"version": "1.23.3",
"news": {
"1.23.3": {
"en": "Ignored status 400 by token request",
"de": "Ignorieren des Status 400 durch Token-Anfrage",
"ru": "Игнорированный статус 400 по токену запроса",
"pt": "Status ignorado 400 por pedido de token",
"nl": "Status vergeten 400 op token verzoek",
"fr": "Statut ignoré 400 sur demande de jeton",
"it": "Stato ignorato 400 da richiesta token",
"es": "Estado ignorado 400 por solicitud de token",
"pl": "Ignorowany status 400 na żądanie tokena",
"uk": "Ignored статус 400 за запитом",
"zh-cn": "通过符号请求忽略状态 400"
},
"1.23.2": {
"en": "Allowed calling token request without PIN\nCorrected the token request",
"de": "Erlaubte Anrufbeantwortung ohne PIN\nKorrektur der Tokenanfrage",
Expand Down Expand Up @@ -79,18 +92,6 @@
"es": "IMPORTANTE: Node.js 12.x se requiere ahora al mínimo\nAgregar campos adicionales para MULTI_MODE_INPUT_CHANNEL para Doorbell\nAñadir la posición de la válvula para FLOOR_TERMINAL_BLOCK_MECHANIC_CHANNEL\nAñadir varios estados más para SWITCH_CHANNEL, DIMMER_CHANNEL, WEATHER_SENSOR_CHANNEL, SHUTTER_CHANNEL\nAñadir etiqueta de canal",
"pl": "IMPORTANT: Nodejs 12.x jest obecnie wymagany przy minimalnej liczbie\nWspomnienia dla MULTI_MODE_INPUT_CHANNEL dla Doorbelly\nPozycja zaworu dla FLOOR_TERMINAL_BLOCK_MECHANNEL\nWspierał kilka kolejnych stanów: SWITCH_CHANNEL, DIMMER_CHANNEL, WEATHER_SENSOR_CHANNEL, SHUTTER_CHANNEL\nKanał",
"zh-cn": "IMPORTANT:Nodejs 12x现在至少需要。\n增加MULTI_MODE_INPUT_CHANNEL for Doorbell\n增加民解力量(联尼特派团)的作用\n增加更多国家,以东南非投资中心,CHANNEL, DIMBA_CHANNEL, WEATHER_SEANNEL, SHUTTER_CHANNEL\n增加标签"
},
"1.19.2": {
"en": "Optimize Reconnect handling",
"de": "Optimieren Sie Reconnect Handling",
"ru": "Оптимизация обработки Reconnect",
"pt": "Otimizar o manuseio Reconnect",
"nl": "Optimize Reconnect",
"fr": "Optimiser la manipulation de reconnect",
"it": "Ottimizzare la gestione della connessione",
"es": "Optimize Reconnect handling",
"pl": "Optimize Reconnection",
"zh-cn": "恢复联系"
}
},
"titleLang": {
Expand Down Expand Up @@ -161,7 +162,12 @@
"connectionType": "cloud",
"dataSource": "push"
},
"protectedNative" : ["authToken", "clientAuthToken", "clientId", "pin"],
"protectedNative": [
"authToken",
"clientAuthToken",
"clientId",
"pin"
],
"native": {
"deviceName": "iobroker",
"deviceId": "",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.hmip",
"version": "1.23.2",
"version": "1.23.3",
"description": "ioBroker Adapter to use the Homematic Cloud IP AccessPoint via Hommeatic Cloud Rest API",
"author": {
"name": "Apollon77",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker-admin-component-hmip",
"private": true,
"version": "1.23.2",
"version": "1.23.3",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down

0 comments on commit b30cc3d

Please sign in to comment.