Skip to content

Commit 715589d

Browse files
committed
chore: release v3.0.8
* (arteck) toForeground corr *
1 parent 51ba394 commit 715589d

File tree

5 files changed

+22
-18
lines changed

5 files changed

+22
-18
lines changed

README.md

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

5252

5353
## Changelog
54+
### 3.0.8 (2023-12-05)
55+
* (arteck) toForeground corr
56+
*
57+
5458
### 3.0.7 (2023-11-20)
5559
* (arteck) check credentials
5660

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.7",
4+
"version": "3.0.8",
55
"news": {
6+
"3.0.8": {
7+
"en": "toForeground corr\n",
8+
"de": "toForeground corr\n",
9+
"ru": "toForeground корр\n",
10+
"pt": "toForeground corr\n",
11+
"nl": "*Foreground corr\n",
12+
"fr": "toForeground corr\n",
13+
"it": "aCorretto anteriore\n",
14+
"es": "toForeground corr\n",
15+
"pl": "toForeground (ang.)\n",
16+
"uk": "toForeground кор\n",
17+
"zh-cn": "地面政变\n"
18+
},
619
"3.0.7": {
720
"en": "check credentials",
821
"de": "anmeldeinformationen überprüfen",
@@ -80,19 +93,6 @@
8093
"pl": "dodać wniosek\nrooted Device dodaje rebootDevice",
8194
"uk": "додати рухуВиявлення\nдля кореневих пристроїв додайте перезавантаження",
8295
"zh-cn": "增 编\n扶轮社"
83-
},
84-
"3.0.1": {
85-
"en": "add motionDetection\nfor Rooted Devices add rebootDevice",
86-
"de": "bewegung hinzufügenDetektion\nfür Rooted Devices Neustart hinzufügen",
87-
"ru": "добавить motionDetection\nдля Rooted Devices добавить rebootDevice",
88-
"pt": "adicionar definição de movimento\npara dispositivos enraizados adicionar rebootDevice",
89-
"nl": "vertaling:\nvoor Rooted Devices voegt reboot Device toe",
90-
"fr": "add motionDetection\npour Rooted Devices ajouter rebootDevice",
91-
"it": "aggiungere il movimento\nper Dispositivi Radicati aggiungere rebootDevice",
92-
"es": "añadir movimientoDetección\npara dispositivos rotos añadir reinicioDispositivo",
93-
"pl": "dodać wniosek\nrooted Device dodaje rebootDevice",
94-
"uk": "додати рухуВиявлення\nдля кореневих пристроїв додайте перезавантаження",
95-
"zh-cn": "增 编\n扶轮社"
9696
}
9797
},
9898
"title": "fullyBrowser",

lib/restApi.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class RestApiFully {
5656

5757
async axiosSendCmd(device, cmd, urlParam) {
5858
// Base URL
59-
const url = `${device.restProtocol}://${device.ip}:${device.restPort}/?password=${this.encodePassword(device.restPassword)}&type=json&${urlParam}`;
59+
const url = `${device.restProtocol}://${device.ip}:${device.restPort}/?password=${this.encodePassword(device.restPassword)}&${urlParam}`; //&type=json
6060

6161
// Axios config
6262
const config = {

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.7",
3+
"version": "3.0.8",
44
"description": "Manage yours Fully Browser",
55
"main": "main.js",
66
"repository": {

0 commit comments

Comments
 (0)