Skip to content

Commit

Permalink
chore: release v3.0.8
Browse files Browse the repository at this point in the history
* (arteck) toForeground corr
*
  • Loading branch information
arteck committed Dec 5, 2023
1 parent 51ba394 commit 715589d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 18 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ Many thanks to @Acgua (https://github.com/Acgua) for [ioBroker.fully-mqtt](https


## Changelog
### 3.0.8 (2023-12-05)
* (arteck) toForeground corr
*

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

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.7",
"version": "3.0.8",
"news": {
"3.0.8": {
"en": "toForeground corr\n",
"de": "toForeground corr\n",
"ru": "toForeground корр\n",
"pt": "toForeground corr\n",
"nl": "*Foreground corr\n",
"fr": "toForeground corr\n",
"it": "aCorretto anteriore\n",
"es": "toForeground corr\n",
"pl": "toForeground (ang.)\n",
"uk": "toForeground кор\n",
"zh-cn": "地面政变\n"
},
"3.0.7": {
"en": "check credentials",
"de": "anmeldeinformationen überprüfen",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "dodać wniosek\nrooted Device dodaje rebootDevice",
"uk": "додати рухуВиявлення\nдля кореневих пристроїв додайте перезавантаження",
"zh-cn": "增 编\n扶轮社"
},
"3.0.1": {
"en": "add motionDetection\nfor Rooted Devices add rebootDevice",
"de": "bewegung hinzufügenDetektion\nfür Rooted Devices Neustart hinzufügen",
"ru": "добавить motionDetection\nдля Rooted Devices добавить rebootDevice",
"pt": "adicionar definição de movimento\npara dispositivos enraizados adicionar rebootDevice",
"nl": "vertaling:\nvoor Rooted Devices voegt reboot Device toe",
"fr": "add motionDetection\npour Rooted Devices ajouter rebootDevice",
"it": "aggiungere il movimento\nper Dispositivi Radicati aggiungere rebootDevice",
"es": "añadir movimientoDetección\npara dispositivos rotos añadir reinicioDispositivo",
"pl": "dodać wniosek\nrooted Device dodaje rebootDevice",
"uk": "додати рухуВиявлення\nдля кореневих пристроїв додайте перезавантаження",
"zh-cn": "增 编\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 @@ -56,7 +56,7 @@ class RestApiFully {

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

// Axios config
const config = {
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.7",
"version": "3.0.8",
"description": "Manage yours Fully Browser",
"main": "main.js",
"repository": {
Expand Down

0 comments on commit 715589d

Please sign in to comment.