Skip to content

Commit

Permalink
bugfix for controls-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
unltdnetworx committed Sep 22, 2018
1 parent 3d79d4b commit a42db77
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "stiebel-isg",
"version": "1.1.0",
"version": "1.1.1",
"news": {
"1.1.1": {
"en": "bugfix for controls-menu",
"de": "Fehlerbehebung für Einstellungen-Menü"
},
"1.1.0": {
"en": "Energymanagment added (ISG plus required)",
"de": "Energymanagment hinzugefügt (ISG plus erforderlich)"
Expand Down
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ function getIsgCommands(sidePath) {
})
statesCommand += "}";
if(submenu){
submenupath = "";
submenupath += "." + submenu[1];
}
createISGCommands(translateName("settings") + "." + group + submenupath, idCommand, nameCommand, "number","","level",valCommand,statesCommand,"","");
Expand All @@ -338,6 +339,7 @@ function getIsgCommands(sidePath) {

if(idCommand){
if(submenu){
submenupath = "";
submenupath += "." + submenu[1];
}
createISGCommands(translateName("settings") + "." + group + submenupath, idCommand[1], nameCommand, "number",unitCommand,"state",valCommand[1],"",minCommand[1],maxCommand[1]);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.stiebel-isg",
"version": "1.1.0",
"version": "1.1.1",
"description": "stiebel/tecalor internet service gateway",
"author": {
"name": "Michael Schuster",
Expand Down

0 comments on commit a42db77

Please sign in to comment.