Skip to content

Commit

Permalink
* (bluefox) Updated packages and used @iobroker/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Feb 5, 2025
1 parent 93327e9 commit 9fab7d4
Show file tree
Hide file tree
Showing 53 changed files with 6,967 additions and 2,659 deletions.
170 changes: 0 additions & 170 deletions .eslintrc.js

This file was deleted.

20 changes: 0 additions & 20 deletions .npmignore

This file was deleted.

12 changes: 0 additions & 12 deletions .prettierrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2024 bluefox <[email protected]>
Copyright (c) 2014-2025 bluefox <[email protected]>

Copyright (c) 2014 hobbyquaker

Expand Down
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,33 +157,36 @@ To update all available images execute `npm run update-images`
<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
-->
### **WORK IN PROGRESS**
* (bluefox) Updated packages and used `@iobroker/eslint-config`

### 2.0.2 (2024-08-26)
* (bluefox) Updated packages

* (bluefox) Updated packages

### 2.0.0 (2024-07-18)
* (bluefox) Updated packages
* (bluefox) Removed support of Node.js 16

* (bluefox) Removed support of Node.js 16

### 1.17.0 (2024-03-18)
* (klein0r) Fixed encrypted configuration

* (klein0r) Fixed encrypted configuration

### 1.16.1 (2024-03-05)
* (bluefox) Improved the configuration layout

* (bluefox) Improved the configuration layout

### 1.16.0 (2023-12-25)
* (JeyCee) Added support for the device manager
* (bluefox) Added JSON config
* (foxriver76) port to adapters internal `setTimeout/setInterval` methods

* (foxriver76) port to adapters internal `setTimeout/setInterval` methods

### Older entries
[here](OLD_CHANGELOG.md)

## License

The MIT License (MIT)

Copyright (c) 2014-2024 bluefox <[email protected]>
Copyright (c) 2014-2025 bluefox <[email protected]>

Copyright (c) 2014 hobbyquaker

Expand All @@ -203,4 +206,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
2 changes: 1 addition & 1 deletion admin/i18n/de/translations.json → admin/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"Use https": "HTTPS verwenden",
"Username": "Benutzername",
"in seconds": "in Sekunden"
}
}
File renamed without changes.
2 changes: 1 addition & 1 deletion admin/i18n/es/translations.json → admin/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"Use https": "usar https",
"Username": "Nombre de usuario",
"in seconds": "en segundos"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/fr/translations.json → admin/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"Use https": "utiliser https",
"Username": "Nom d'utilisateur",
"in seconds": "en secondes"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/it/translations.json → admin/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"Use https": "usa https",
"Username": "Nome utente",
"in seconds": "in secondi"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/nl/translations.json → admin/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"Use https": "gebruik https",
"Username": "Gebruikersnaam",
"in seconds": "in seconden"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/pl/translations.json → admin/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"Use https": "użyj https",
"Username": "Nazwa Użytkownika",
"in seconds": "w sekundy"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/pt/translations.json → admin/i18n/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"Use https": "use https",
"Username": "Username",
"in seconds": "em segundos"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/ru/translations.json → admin/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"Use https": "использовать https",
"Username": "имя пользователя",
"in seconds": "в секундах"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/uk/translations.json → admin/i18n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"Use https": "Використовуйте https",
"Username": "Ім'я користувача",
"in seconds": "за секунди"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"Use https": "使用https",
"Username": "用户名",
"in seconds": "很快"
}
}
Loading

0 comments on commit 9fab7d4

Please sign in to comment.