Skip to content

Commit

Permalink
prepare for v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
git-kick committed May 24, 2024
1 parent 166405c commit d9fa4e7
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Here is a sample script for charge limit control - it is not meant for as-is usa

(git-kick)
* Fixed [Issue #211](https://github.com/git-kick/ioBroker.e3dc-rscp/issues/211) - added tag 0x0100003E to RscpTags.json and to ignoreIds, now adapter does not warn about it anymore.
* In consequence of [Issue #211](https://github.com/git-kick/ioBroker.e3dc-rscp/issues/211), degraded "unknown tag" from warning to debug level. Message seems not to make sense for end users.
* In consequence of [Issue #211](https://github.com/git-kick/ioBroker.e3dc-rscp/issues/211), degraded "unknown tag" from warning to debug level. Message does not make sense to most of end users.

### 1.2.5

Expand Down
21 changes: 19 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "e3dc-rscp",
"version": "1.2.5",
"version": "1.2.6",
"news": {
"1.2.6": {
"en": "No more warnings about unknown tags like 0x100003e",
"de": "Keine Warnung mehr bei unbekannten Tags wie 0x100003e",
"ru": "Больше никаких предупреждений о неизвестных тегах, таких как 0x100003e.",
"pt": "Chega de avisos sobre tags desconhecidas como 0x100003e",
"nl": "Geen waarschuwingen meer over onbekende tags zoals 0x100003e",
"fr": "Plus d'avertissements concernant les balises inconnues comme 0x100003e",
"it": "Niente più avvisi su tag sconosciuti come 0x100003e",
"es": "No más advertencias sobre etiquetas desconocidas como 0x100003e",
"pl": "Koniec z ostrzeżeniami o nieznanych tagach, takich jak 0x100003e",
"uk": "Більше немає попереджень про невідомі теги, такі як 0x100003e",
"zh-cn": "不再出现有关 0x100003e 等未知标签的警告"
},
"1.2.5": {
"en": "Added some EP setter tags",
"de": "Einige neue EP Steuer-Tags",
Expand Down Expand Up @@ -273,7 +286,11 @@
"energy",
"RSCP"
],
"license": "GPL-3.0-only",
"licenseInformation": {
"license": "GPL-3.0-only",
"type": "free"
},
"tier": 3,
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "e3dc-rscp.png",
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.e3dc-rscp",
"version": "1.2.5",
"version": "1.2.6",
"description": "Control E3/DC power station via RSCP",
"author": {
"name": "Ulrich Kick",
Expand Down

0 comments on commit d9fa4e7

Please sign in to comment.