Skip to content

Commit

Permalink
chore: release v3.0.34
Browse files Browse the repository at this point in the history
* (martin-herzog/foxriver76) fixed unnedded call which lead to warnings in rega log
  • Loading branch information
foxriver76 committed Jan 24, 2022
1 parent bc9ca74 commit 4a55c48
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 48 deletions.
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-2021 bluefox <[email protected]>
Copyright (c) 2014-2022 bluefox <[email protected]>

Copyright (c) 2014 hobbyquaker

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ with the ioBroker CLI. You can change the port via `iob set hm-rega.<instance> -
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### 3.0.34 (2022-01-24)
* (martin-herzog/foxriver76) fixed unnedded call which lead to warnings in rega log

### 3.0.33 (2021-11-18)
* (foxriver76) if function or room names on CCU include dots, we replace them (fixes Sentry IOBROKER-HM-REGA-3H)

Expand Down Expand Up @@ -505,7 +508,7 @@ or non existent if no rpc instance existed
## License
The MIT License (MIT)

Copyright (c) 2014-2021 bluefox <[email protected]>
Copyright (c) 2014-2022 bluefox <[email protected]>

Copyright (c) 2014 hobbyquaker

Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "hm-rega",
"version": "3.0.33",
"version": "3.0.34",
"news": {
"3.0.34": {
"en": "(martin-herzog/foxriver76) fixed unnedded call which lead to warnings in rega log",
"de": "(martin-herzog/foxriver76) Unnötige Aufrufe behoben, die zu Warnungen im Rega-Log führten",
"ru": "(martin-herzog/foxriver76) исправлен ненужный вызов, который приводил к предупреждениям в журнале rega",
"pt": "(martin-herzog/foxriver76) corrigiu a chamada unnedded que levava a avisos no log de rega",
"nl": "(martin-herzog/foxriver76) opgeloste oproep die leidde tot waarschuwingen in het rega-logboek",
"fr": "(martin-herzog/foxriver76) correction d'un appel sans numéro qui conduisait à des avertissements dans le journal rega",
"it": "(martin-herzog/foxriver76) risolta la chiamata non ripetuta che portava ad avvisi nel registro rega",
"es": "(martin-herzog/foxriver76) arregló una llamada no necesaria que generaba advertencias en el registro de registro",
"pl": "(martin-herzog/foxriver76) naprawiono nieoczekiwane połączenie, które prowadziło do ostrzeżeń w dzienniku rega",
"zh-cn": "(martin-herzog/foxriver76) 修复了导致 rega 日志中警告的 unnedded 调用"
},
"3.0.33": {
"en": "if function or room names on CCU include dots, we replace them (fixes Sentry IOBROKER-HM-REGA-3H)",
"de": "Wenn Funktions- oder Raumnamen auf der CCU Punkte enthalten, ersetzen wir diese (behebt Sentry IOBROKER-HM-REGA-3H)",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "mejorar la creación de ALARM dps incluso si no hay estados proporcionados por `getDatapoints` (arreglos # 168)",
"pl": "poprawić tworzenie ALARM dps, nawet jeśli nie ma stanów dostarczonych przez `getDatapoints` (poprawki #168)",
"zh-cn": "即使`getDatapoints` 没有提供状态,也会改进 ALARM dps 的创建(修复 #168)"
},
"3.0.27": {
"en": "* fixed a bug that already deleted programs were only partially deleted in ioBroker\n__Please note: This will only work for deleted programs up from now. You have to clean up orphan programs manually__",
"de": "* Fehler behoben, bei dem bereits gelöschte Programme in ioBroker nur teilweise gelöscht wurden\n__Bitte beachten Sie: Dies funktioniert ab jetzt nur noch für gelöschte Programme. Sie müssen verwaiste Programme manuell bereinigen__",
"ru": "* исправлена ошибка, из-за которой уже удаленные программы удалялись лишь частично в ioBroker\n__Обратите внимание: с этого момента это будет работать только для удаленных программ. Вам нужно вручную очистить бесхозные программы __",
"pt": "* corrigido um bug que os programas já excluídos eram apenas parcialmente excluídos no ioBroker\n__Por favor, observe: Isso só funcionará para programas excluídos a partir de agora. Você tem que limpar programas órfãos manualmente__",
"nl": "* een bug opgelost waarbij reeds verwijderde programma's slechts gedeeltelijk werden verwijderd in ioBroker\n__Let op: dit werkt vanaf nu alleen voor verwijderde programma's. U moet weesprogramma's handmatig opschonen__",
"fr": "* correction d'un bug qui faisait que les programmes déjà supprimés n'étaient que partiellement supprimés dans ioBroker\n__Veuillez noter : cela ne fonctionnera que pour les programmes supprimés à partir de maintenant. Vous devez nettoyer les programmes orphelins manuellement__",
"it": "* risolto un bug per il quale i programmi già eliminati venivano eliminati solo parzialmente in ioBroker\n__Nota: d'ora in poi funzionerà solo per i programmi eliminati. Devi pulire i programmi orfani manualmente__",
"es": "* Se corrigió un error por el cual los programas ya eliminados solo se eliminaron parcialmente en ioBroker\n__Tenga en cuenta: esto solo funcionará para los programas eliminados a partir de ahora. Tienes que limpiar los programas huérfanos manualmente__",
"pl": "* naprawiono błąd, który powodował, że już usunięte programy były tylko częściowo usuwane w ioBroker\n__Uwaga: od teraz będzie to działać tylko w przypadku usuniętych programów. Musisz ręcznie wyczyścić osierocone programy__",
"zh-cn": "* 修复了 ioBroker 中已删除的程序仅部分删除的问题\n__请注意:这仅适用于从现在开始删除的程序。您必须手动清理孤立程序__"
}
},
"title": "HomeMatic ReGaHSS",
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.hm-rega",
"version": "3.0.33",
"version": "3.0.34",
"engines": {
"node": ">=10.0.0"
},
Expand Down Expand Up @@ -31,15 +31,15 @@
"xml2js": "^0.4.23"
},
"devDependencies": {
"@alcalzone/release-script": "^3.4.1",
"@alcalzone/release-script-plugin-iobroker": "^3.4.1",
"@alcalzone/release-script-plugin-license": "^3.4.1",
"@alcalzone/release-script": "^3.5.0",
"@alcalzone/release-script-plugin-iobroker": "^3.5.0",
"@alcalzone/release-script-plugin-license": "^3.5.0",
"@iobroker/testing": "^2.5.2",
"axios": "^0.25.0",
"chai": "^4.3.4",
"eslint": "^8.2.0",
"eslint": "^8.7.0",
"gulp": "^4.0.2",
"mocha": "^9.1.3"
"mocha": "^9.2.0"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.hm-rega/issues"
Expand Down
2 changes: 1 addition & 1 deletion regascripts/pollingInv.fn
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ foreach (sSysVarId, dom.GetObject(ID_SYSTEM_VARIABLES).EnumIDs()) {
sValue = oSysVar.Value();
iValueType = oSysVar.ValueType();
iValueSubType = oSysVar.ValueSubType();
sValueList = oSysVar.ValueList();

Write('"' # sSysVarId # '":[');
if (iValueType == 20) {
Expand All @@ -45,6 +44,7 @@ foreach (sSysVarId, dom.GetObject(ID_SYSTEM_VARIABLES).EnumIDs()) {
string sItem;
integer iIndex = 0;
string sIndex = "null";
sValueList = oSysVar.ValueList();
foreach(sItem, sValueList.Split(";")) {
if ((sIndex == "null") && (sItem == sValue)) {
sIndex = iIndex.ToString();
Expand Down
2 changes: 1 addition & 1 deletion regascripts/variables.fn
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ foreach(sSysVarId, dom.GetObject(ID_SYSTEM_VARIABLES).EnumUsedIDs()) {
sValue = oSysVar.Value();
iValueType = oSysVar.ValueType();
iValueSubType = oSysVar.ValueSubType();
sValueList = oSysVar.ValueList();

Write('"' # sSysVarId # '":{');

Expand All @@ -64,6 +63,7 @@ foreach(sSysVarId, dom.GetObject(ID_SYSTEM_VARIABLES).EnumUsedIDs()) {
string sItem;
integer iIndex = 0;
string sIndex = "null";
sValueList = oSysVar.ValueList();
foreach(sItem, sValueList.Split(";")) {
if ((sIndex == "null") && (sItem == sValue)) {
sIndex = iIndex.ToString();
Expand Down
2 changes: 1 addition & 1 deletion regascripts/variablesInv.fn
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ foreach(sSysVarId, dom.GetObject(ID_SYSTEM_VARIABLES).EnumIDs()) {
sValue = oSysVar.Value();
iValueType = oSysVar.ValueType();
iValueSubType = oSysVar.ValueSubType();
sValueList = oSysVar.ValueList();

Write('"' # sSysVarId # '":{');

Expand All @@ -69,6 +68,7 @@ foreach(sSysVarId, dom.GetObject(ID_SYSTEM_VARIABLES).EnumIDs()) {
string sItem;
integer iIndex = 0;
string sIndex = "null";
sValueList = oSysVar.ValueList();
foreach(sItem, sValueList.Split(";")) {
if ((sIndex == "null") && (sItem == sValue)) {
sIndex = iIndex.ToString();
Expand Down

0 comments on commit 4a55c48

Please sign in to comment.