Skip to content

Commit

Permalink
chore: release v3.0.39
Browse files Browse the repository at this point in the history
* (foxriver76) fixed another `ValueList` bug
  • Loading branch information
foxriver76 committed Mar 26, 2022
1 parent 7f17ca6 commit 4273ae4
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 40 deletions.
3 changes: 3 additions & 0 deletions 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.39 (2022-03-26)
* (foxriver76) fixed another `ValueList` bug

### 3.0.38 (2022-03-26)
* (foxriver76) fixed bug with `ValueList` (closes #268)

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.38",
"version": "3.0.39",
"news": {
"3.0.39": {
"en": "fixed another `ValueList` bug",
"de": "Ein weiterer `ValueList`-Bug wurde behoben",
"ru": "исправлена еще одна ошибка `ValueList`",
"pt": "corrigido outro bug `ValueList`",
"nl": "een andere `ValueList`-bug gerepareerd",
"fr": "correction d'un autre bogue `ValueList`",
"it": "risolto un altro bug di `ValueList`",
"es": "corrigió otro error de `ValueList`",
"pl": "naprawiono kolejny błąd `ValueList`",
"zh-cn": "修复了另一个“ValueList”错误"
},
"3.0.38": {
"en": "fixed bug with `ValueList` (closes #268)",
"de": "Fehler mit `ValueList` behoben (schließt #268)",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "si los nombres de función o sala en CCU incluyen puntos, los reemplazamos (corrige Sentry IOBROKER-HM-REGA-3H)",
"pl": "jeśli nazwy funkcji lub pomieszczeń na CCU zawierają kropki, zastępujemy je (poprawki Sentry IOBROKER-HM-REGA-3H)",
"zh-cn": "如果 CCU 上的功能或房间名称包含点,我们将替换它们(修复 Sentry IOBROKER-HM-REGA-3H)"
},
"3.0.32": {
"en": "Duty Cycle of LAN gateways can be -1 if they are disconnected (fixes #196)\nwe now only scale on UNIT \"100%\" as hm-rpc does (fixes #207)",
"de": "Duty Cycle von LAN-Gateways kann -1 sein, wenn sie getrennt sind (Fixes #196)\nwir skalieren jetzt nur noch auf UNIT \"100%\", wie es hm-rpc tut (fixes #207)",
"ru": "Рабочий цикл шлюзов LAN может быть -1, если они отключены (исправления # 196).\nтеперь мы масштабируем только UNIT \"100%\", как это делает hm-rpc (исправления # 207)",
"pt": "O ciclo de trabalho dos gateways LAN pode ser -1 se eles estiverem desconectados (correções # 196)\nagora só escalamos em UNIT \"100%\" como o hm-rpc faz (corrige # 207)",
"nl": "Duty Cycle van LAN-gateways kan -1 zijn als ze zijn losgekoppeld (fixes #196)\nwe schalen nu alleen op UNIT \"100%\" zoals hm-rpc doet (fixes #207)",
"fr": "Le cycle de service des passerelles LAN peut être de -1 si elles sont déconnectées (corrections #196)\nnous évoluons désormais uniquement sur UNIT \"100%\" comme le fait hm-rpc (corrections #207)",
"it": "Il Duty Cycle dei gateway LAN può essere -1 se sono disconnessi (correzioni #196)\nora ridimensioniamo solo su UNIT \"100%\" come fa hm-rpc (correzioni #207)",
"es": "El ciclo de trabajo de las puertas de enlace LAN puede ser -1 si están desconectadas (arreglos n. ° 196)\nahora solo escalamos en UNIDAD \"100%\" como lo hace hm-rpc (arreglos # 207)",
"pl": "Cykl pracy bramek LAN może wynosić -1, jeśli są odłączone (poprawki nr 196)\nteraz skalujemy tylko na UNIT \"100%\", tak jak robi to hm-rpc (poprawki #207)",
"zh-cn": "如果 LAN 网关断开连接,则它们的占空比可以为 -1(修复 #196)\n我们现在只像 hm-rpc 一样在 UNIT \"100%\" 上进行缩放(修复 #207)"
}
},
"title": "HomeMatic ReGaHSS",
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.hm-rega",
"version": "3.0.38",
"version": "3.0.39",
"engines": {
"node": ">=10.0.0"
},
Expand All @@ -25,7 +25,7 @@
"url": "https://github.com/ioBroker/ioBroker.hm-rega"
},
"dependencies": {
"@iobroker/adapter-core": "^2.5.1",
"@iobroker/adapter-core": "^2.6.0",
"iconv-lite": "^0.6.3",
"request": "^2.88.2",
"xml2js": "^0.4.23"
Expand All @@ -37,12 +37,12 @@
"@iobroker/testing": "^2.5.2",
"axios": "^0.26.0",
"chai": "^4.3.4",
"eslint": "^8.7.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"gulp": "^4.0.2",
"mocha": "^9.2.0",
"prettier": "^2.5.1"
"prettier": "^2.6.1"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.hm-rega/issues"
Expand Down
1 change: 1 addition & 0 deletions regascripts/polling.fn
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ foreach (sSysVarId, dom.GetObject(ID_SYSTEM_VARIABLES).EnumUsedIDs()) {
sValue = oSysVar.Value();
iValueType = oSysVar.ValueType();
iValueSubType = oSysVar.ValueSubType();
sValueList = '';

Write('"' # sSysVarId # '":[');
if (iValueType == 20) {
Expand Down
1 change: 1 addition & 0 deletions regascripts/pollingInv.fn
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ foreach (sSysVarId, dom.GetObject(ID_SYSTEM_VARIABLES).EnumIDs()) {
sValue = oSysVar.Value();
iValueType = oSysVar.ValueType();
iValueSubType = oSysVar.ValueSubType();
sValueList = '';

Write('"' # sSysVarId # '":[');
if (iValueType == 20) {
Expand Down
1 change: 1 addition & 0 deletions regascripts/variables.fn
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ foreach(sSysVarId, dom.GetObject(ID_SYSTEM_VARIABLES).EnumUsedIDs()) {
sValue = oSysVar.Value();
iValueType = oSysVar.ValueType();
iValueSubType = oSysVar.ValueSubType();
sValueList = '';

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

Expand Down
1 change: 1 addition & 0 deletions regascripts/variablesInv.fn
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ foreach(sSysVarId, dom.GetObject(ID_SYSTEM_VARIABLES).EnumIDs()) {
sValue = oSysVar.Value();
iValueType = oSysVar.ValueType();
iValueSubType = oSysVar.ValueSubType();
sValueList = '';

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

Expand Down

0 comments on commit 4273ae4

Please sign in to comment.