Skip to content

Commit

Permalink
chore: release v3.0.7
Browse files Browse the repository at this point in the history
* (arteck) check credentials
  • Loading branch information
arteck committed Nov 20, 2023
1 parent fa847eb commit fa04aa2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 18 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Many thanks to @Acgua (https://github.com/Acgua) for [ioBroker.fully-mqtt](https


## Changelog
### 3.0.7 (2023-11-20)
* (arteck) check credentials

### 3.0.6 (2023-11-11)
* (arteck) add mqttTimeout in settings

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "fullybrowser",
"version": "3.0.6",
"version": "3.0.7",
"news": {
"3.0.7": {
"en": "check credentials",
"de": "anmeldeinformationen überprüfen",
"ru": "проверить учетные данные",
"pt": "verificar as credenciais",
"nl": "controleer de referenties",
"fr": "vérification des pouvoirs",
"it": "controllare le credenziali",
"es": "verificación de credenciales",
"pl": "credential",
"uk": "перевірка облікових даних",
"zh-cn": "检查"
},
"3.0.6": {
"en": "add mqttTimeout in settings",
"de": "mqtTimeout in Einstellungen hinzufügen",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "dodać wniosek\nrooted Device dodaje rebootDevice",
"uk": "додати рухуВиявлення\nдля кореневих пристроїв додайте перезавантаження",
"zh-cn": "增 编\n扶轮社"
},
"3.0.0": {
"en": "* breaking change - new structure from fully-mqtt Adapter from Acgua\n* here is the Orginal https://github.com/Acgua/ioBroker.fully-mqtt\n\n#----------------------------------------------------------------------",
"de": "* Brechwechsel - neue Struktur aus Vollmqt Adapter von Acgua\n* hier ist der Orginal https://github.com/Acgua/ioBroker.ful-mqtt\n\n#----------------------------------------------------------------------",
"ru": "* сломать изменение - новая структура от полностью мкт адаптер от Acgua\n* вот Orginal https://github.com/Acgua/ioBroker.fully-mqtt\n\n#----------------------------------------------------------------------",
"pt": "* mudança de ruptura - nova estrutura do adaptador totalmente mqtt de Acgua\n* aqui está o Orginal https://github.com/Acgua/ioBroker.fully-mqtt\n\n#----------------------------------------------------------------------",
"nl": "♪ breaking change - new structure from volledig-mqt Adapter from Acgua\nQuality over Quantity (QoQ) Releases Vertaling:\n\n#----------------------------------------------------------------------",
"fr": "* changement de rupture - nouvelle structure de l'adaptateur entièrement mqt de Acgua\n* here is the Orginal https://github.com/Acgua/ioBroker.fully-mqtt\n\n#----------------------------------------------------------------------",
"it": "* cambiamento di rottura - nuova struttura da adattatore completamente mqtt da Acgua\n* ecco l'Orginal https://github.com/Acgua/ioBroker.fully-mqtt\n\n#----------------------------------------------------------------------",
"es": "* cambio de ruptura - nueva estructura del adaptador de mqtt de Acgua\n* aquí está el Orginal https://github.com/Acgua/ioBroker.fully-mqtt\n\n#----------------------------------------------------------------------",
"pl": "Zmiana - nowa struktura z w pełni mqtt Adapter z Acgua\n* here is the Orginal https:/github.com/Acgua/ioBroker.ful-mqttps\n\n#----------------------------------------------------------------------",
"uk": "* зміна розриву - нова структура з повністю-mqtt адаптера з Acgua\n* тут Ординал https://github.com/Acgua/ioBroker.fully-mqtt\n\n#----------------------------------------------------------------------",
"zh-cn": "* 打破变化——从Acgua完全撤出的新结构\n* 现为原文:http://github.com/Acgua/ioBroker。\n\n#----------------------------------------------------------------------"
}
},
"title": "fullyBrowser",
Expand Down
2 changes: 1 addition & 1 deletion lib/restApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class RestApiFully {
if (response.data.status == 'Error') {
this.adapter.aliveUpdate(device.id,false);
const cmd = 'first Login ';
this.errorFunction(result.infoObj.statustext,device, cmd);
this.errorFunction(response.data.statustext,device, cmd);
} else {
const result = {
clientId: 9999,
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.fullybrowser",
"version": "3.0.6",
"version": "3.0.7",
"description": "Manage yours Fully Browser",
"main": "main.js",
"repository": {
Expand Down

0 comments on commit fa04aa2

Please sign in to comment.