Skip to content

Commit

Permalink
chore: release v3.0.6
Browse files Browse the repository at this point in the history
* (arteck) add mqttTimeout in settings
  • Loading branch information
arteck committed Nov 11, 2023
1 parent 30e663f commit ab2a50c
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.6 (2023-11-11)
* (arteck) add mqttTimeout in settings

### 3.0.5 (2023-11-09)
* (arteck) add setRAW DP, this allows you to send a fullbrowser command directly

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.5",
"version": "3.0.6",
"news": {
"3.0.6": {
"en": "add mqttTimeout in settings",
"de": "mqtTimeout in Einstellungen hinzufügen",
"ru": "добавить mqttTimeout в настройках",
"pt": "adicionar mqttTimeout em configurações",
"nl": "voeg mqtTimeout toe in setting",
"fr": "ajouter mqttTimeout dans les paramètres",
"it": "aggiungere mqttTimeout nelle impostazioni",
"es": "añadir mqttTimeout en la configuración",
"pl": "dodaje mqttTimeout w ustawieniach",
"uk": "додати mqttTimeout в налаштуваннях",
"zh-cn": "增加环境的系统"
},
"3.0.5": {
"en": "add setRAW DP, this allows you to send a fullbrowser command directly",
"de": "setRAW DP hinzufügen, so können Sie direkt einen Fullbrowser Befehl senden",
Expand Down Expand Up @@ -80,19 +93,6 @@
"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#----------------------------------------------------------------------"
},
"3.0.0-beta.1": {
"en": "new fully",
"de": "komplett neu",
"ru": "новый полностью",
"pt": "novo totalmente",
"nl": "nieuw volledig",
"fr": "nouveau entièrement",
"it": "nuovo completamente",
"es": "nuevo completamente",
"pl": "nowy w całości",
"uk": "новий повністю",
"zh-cn": "新的完全"
}
},
"title": "fullyBrowser",
Expand Down
2 changes: 1 addition & 1 deletion lib/mqtt-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const net = require('net');

class MqttServer {
constructor(adapter) {

this.port = -1;
this.notAuthorizedClients = [];
this.adapter = adapter;
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.5",
"version": "3.0.6",
"description": "Manage yours Fully Browser",
"main": "main.js",
"repository": {
Expand Down

0 comments on commit ab2a50c

Please sign in to comment.