Skip to content

Commit fa04aa2

Browse files
committed
chore: release v3.0.7
* (arteck) check credentials
1 parent fa847eb commit fa04aa2

File tree

5 files changed

+21
-18
lines changed

5 files changed

+21
-18
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ Many thanks to @Acgua (https://github.com/Acgua) for [ioBroker.fully-mqtt](https
5151

5252

5353
## Changelog
54+
### 3.0.7 (2023-11-20)
55+
* (arteck) check credentials
56+
5457
### 3.0.6 (2023-11-11)
5558
* (arteck) add mqttTimeout in settings
5659

io-package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "fullybrowser",
4-
"version": "3.0.6",
4+
"version": "3.0.7",
55
"news": {
6+
"3.0.7": {
7+
"en": "check credentials",
8+
"de": "anmeldeinformationen überprüfen",
9+
"ru": "проверить учетные данные",
10+
"pt": "verificar as credenciais",
11+
"nl": "controleer de referenties",
12+
"fr": "vérification des pouvoirs",
13+
"it": "controllare le credenziali",
14+
"es": "verificación de credenciales",
15+
"pl": "credential",
16+
"uk": "перевірка облікових даних",
17+
"zh-cn": "检查"
18+
},
619
"3.0.6": {
720
"en": "add mqttTimeout in settings",
821
"de": "mqtTimeout in Einstellungen hinzufügen",
@@ -80,19 +93,6 @@
8093
"pl": "dodać wniosek\nrooted Device dodaje rebootDevice",
8194
"uk": "додати рухуВиявлення\nдля кореневих пристроїв додайте перезавантаження",
8295
"zh-cn": "增 编\n扶轮社"
83-
},
84-
"3.0.0": {
85-
"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#----------------------------------------------------------------------",
86-
"de": "* Brechwechsel - neue Struktur aus Vollmqt Adapter von Acgua\n* hier ist der Orginal https://github.com/Acgua/ioBroker.ful-mqtt\n\n#----------------------------------------------------------------------",
87-
"ru": "* сломать изменение - новая структура от полностью мкт адаптер от Acgua\n* вот Orginal https://github.com/Acgua/ioBroker.fully-mqtt\n\n#----------------------------------------------------------------------",
88-
"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#----------------------------------------------------------------------",
89-
"nl": "♪ breaking change - new structure from volledig-mqt Adapter from Acgua\nQuality over Quantity (QoQ) Releases Vertaling:\n\n#----------------------------------------------------------------------",
90-
"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#----------------------------------------------------------------------",
91-
"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#----------------------------------------------------------------------",
92-
"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#----------------------------------------------------------------------",
93-
"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#----------------------------------------------------------------------",
94-
"uk": "* зміна розриву - нова структура з повністю-mqtt адаптера з Acgua\n* тут Ординал https://github.com/Acgua/ioBroker.fully-mqtt\n\n#----------------------------------------------------------------------",
95-
"zh-cn": "* 打破变化——从Acgua完全撤出的新结构\n* 现为原文:http://github.com/Acgua/ioBroker。\n\n#----------------------------------------------------------------------"
9696
}
9797
},
9898
"title": "fullyBrowser",

lib/restApi.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class RestApiFully {
149149
if (response.data.status == 'Error') {
150150
this.adapter.aliveUpdate(device.id,false);
151151
const cmd = 'first Login ';
152-
this.errorFunction(result.infoObj.statustext,device, cmd);
152+
this.errorFunction(response.data.statustext,device, cmd);
153153
} else {
154154
const result = {
155155
clientId: 9999,

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.fullybrowser",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "Manage yours Fully Browser",
55
"main": "main.js",
66
"repository": {

0 commit comments

Comments
 (0)