Skip to content

Commit

Permalink
2.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
foxthefox committed Aug 10, 2024
1 parent 6c3535c commit 940a32a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 16 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 - 2024 [email protected]
Copyright (c) 2024 foxthefox <[email protected]>
Copyright (c) 2018 - 2024 foxthefox <foxthefox@wysiwis.net>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,11 @@ otherwise it is more complex and individually to be parametrized.
* DECT 350 (batterylow, battery)

## Changelog
### 2.5.10 (npm)

### 2.5.11 (npm)
* upadate devDeps, linting error corrections

### 2.5.10
* more loggimg for issue #500 of restart loop
* some error messages downgraded to warnings
* correction related to thermostat value take over, when reduced setting is activated
Expand Down Expand Up @@ -550,3 +554,5 @@ otherwise it is more complex and individually to be parametrized.
The MIT License (MIT)

Copyright (c) 2018 - 2024 foxthefox <[email protected]>

Copyright (c) 2024 foxthefox <[email protected]>
20 changes: 18 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "fritzdect",
"version": "2.5.10",
"version": "2.5.11",
"news": {
"2.5.11": {
"en": "update devDeps, linting error correction",
"de": "Update devDeps, Linting-Fehlerkorrektur",
"ru": "обновление devDeps, исправление ошибок линтинга",
"pt": "atualizar devDeps, correção de erros de linting",
"nl": "update devDeps, correctie van lintingfouten",
"fr": "mettre à jour devDeps, correction d'erreur de peluchage",
"it": "aggiornamento devDeps, correzione degli errori di linting",
"es": "actualizar devDeps, corrección de errores de linting",
"pl": "zaktualizuj devDeps, korekta błędów lintingu",
"uk": "оновлення devDeps, виправлення помилок linting",
"zh-cn": "更新 devDeps,linting 错误修正"
},
"2.5.10": {
"en": "more loggimg for issue #500 of restart loop",
"de": "Weitere Protokollierung für Problem Nr. 500 der Neustartschleife",
Expand Down Expand Up @@ -97,7 +110,10 @@
"de": "docs/de/install.md"
},
"keywords": [ "DECT ULE", "lighting", "heating", "switching", "fritzbox", "AVM" ],
"licenseInformation": "MIT",
"licenseInformation": {
"license": "MIT",
"type": "free"
},
"platform": "Javascript/Node.js",
"icon": "fritzdect_logo.png",
"enabled": false,
Expand Down
13 changes: 2 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.fritzdect",
"version": "2.5.10",
"version": "2.5.11",
"description": "ioBroker fritzbox DECT Adapter",
"author": {
"name": "foxthefox",
Expand All @@ -11,16 +11,7 @@
},
"homepage": "https://github.com/foxthefox/ioBroker.fritzdect",
"license": "MIT",
"keywords": [
"ioBroker",
"DECT2x0",
"DECT3x0",
"DECT4x0",
"DECT500",
"Contacts",
"Blinds",
"fritzbox"
],
"keywords": [ "ioBroker", "DECT2x0", "DECT3x0", "DECT4x0", "DECT500", "Contacts", "Blinds", "fritzbox" ],
"repository": {
"type": "git",
"url": "https://github.com/foxthefox/ioBroker.fritzdect"
Expand Down

0 comments on commit 940a32a

Please sign in to comment.